Skip to content

Commit

Permalink
Merge pull request #45 from patrickhlauke/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
dontcallmedom authored Jul 8, 2024
2 parents 4e3d728 + 5e39d8c commit 4ab8832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion touchevents/CG-FINAL-touch-events-20240704/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h1 id="title" class="title">Touch Events - Level 2</h1>
<p>This specification was published by the <a href="https://www.w3.org/community/touchevents/">Touch Events Community Group</a>. It is not a W3C Standard nor is it on the W3C Standards Track.</p>
<p>Please note that under the <a href="https://www.w3.org/community/about/process/final/">W3C Community Final Specification Agreement (FSA)</a> other conditions apply.</p>
<p>This version of the specification includes fixes and improvements to <a href="https://www.w3.org/TR/touch-events/">Touch Events Level 1</a>, and incorporates the features previously published as <a href="https://www.w3.org/TR/touch-events-extensions/">Touch Event Extensions</a>.</p>
<div class="note" role="note" id="issue-container-generatedID"><div role="heading" class="note-title marker" id="h-note" aria-level="3"><span>Note</span></div><p class="">There is currently no intention to carry on further work on Touch Events. This document has been maintained to reflect additions and changes made in user agents since the release of the original <a href="https://www.w3.org/TR/touch-events/">Touch Events Level 1</a> specification. The Community Group considers Touch Events a legacy API – authors are strongly encourage to adopt <a href="https://www.w3.org/TR/pointerevents/">Pointer Events</a> instead.</p></div>
<div class="note" role="note" id="issue-container-generatedID"><div role="heading" class="note-title marker" id="h-note" aria-level="3"><span>Note</span></div><p class="">There is currently no intention to carry on further work on Touch Events. This document has been maintained to reflect additions and changes made in user agents since the release of the original <a href="https://www.w3.org/TR/touch-events/">Touch Events Level 1</a> specification. The Community Group considers Touch Events a legacy API – authors are strongly encouraged to adopt <a href="https://www.w3.org/TR/pointerevents/">Pointer Events</a> instead.</p></div>
</section><nav id="toc"><h2 class="introductory" id="table-of-contents">Table of Contents</h2><ol class="toc"><li class="tocline"><a class="tocxref" href="#sotd">Status of This Document</a></li><li class="tocline"><a class="tocxref" href="#abstract">Abstract</a></li><li class="tocline"><a class="tocxref" href="#introduction"><bdi class="secno">1. </bdi>Introduction</a></li><li class="tocline"><a class="tocxref" href="#conformance"><bdi class="secno">2. </bdi>Conformance</a><ol class="toc"><li class="tocline"><a class="tocxref" href="#webidl-conform"><bdi class="secno">2.1 </bdi>WebIDL Conformance</a></li></ol></li><li class="tocline"><a class="tocxref" href="#touch-interface"><bdi class="secno">3. </bdi><span data-export="" data-dfn-type="interface" data-idl="interface" data-title="Touch" data-dfn-for=""><code>Touch</code></span> Interface</a></li><li class="tocline"><a class="tocxref" href="#touchlist-interface"><bdi class="secno">4. </bdi><span data-export="" data-dfn-type="interface" data-idl="interface" data-title="TouchList" data-dfn-for=""><code>TouchList</code></span> Interface</a></li><li class="tocline"><a class="tocxref" href="#touchevent-interface"><bdi class="secno">5. </bdi><span data-export="" data-dfn-type="interface" data-idl="interface" data-title="TouchEvent" data-dfn-for=""><code>TouchEvent</code></span> Interface</a><ol class="toc"><li class="tocline"><a class="tocxref" href="#touchevent-implementer-s-note"><bdi class="secno">5.1 </bdi>TouchEvent Implementer's Note</a></li><li class="tocline"><a class="tocxref" href="#usage-examples"><bdi class="secno">5.2 </bdi>Usage Examples</a><ol class="toc"><li class="tocline"><a class="tocxref" href="#touches-and-targettouches-of-a-touchevent"><bdi class="secno">5.2.1 </bdi><code>touches</code> and <code>targetTouches</code> of a <span class="formerLink" data-link-type="idl"><code>TouchEvent</code></span></a></li><li class="tocline"><a class="tocxref" href="#changedtouches-of-a-touchevent"><bdi class="secno">5.2.2 </bdi><code>changedTouches</code> of a <span class="formerLink" data-link-type="idl"><code>TouchEvent</code></span></a></li><li class="tocline"><a class="tocxref" href="#firing-a-synthetic-touchevent-from-script"><bdi class="secno">5.2.3 </bdi>Firing a synthetic <span class="formerLink" data-link-type="idl"><code>TouchEvent</code></span> from script</a></li></ol></li><li class="tocline"><a class="tocxref" href="#list-of-touchevent-types"><bdi class="secno">5.3 </bdi>List of <span class="formerLink" data-link-type="idl"><code>TouchEvent</code></span> types</a></li><li class="tocline"><a class="tocxref" href="#cancelability"><bdi class="secno">5.4 </bdi>Cancelability of touch events</a></li><li class="tocline"><a class="tocxref" href="#event-touchstart"><bdi class="secno">5.5 </bdi>The <span class="event" data-dfn-type="event"><code>touchstart</code></span> event</a></li><li class="tocline"><a class="tocxref" href="#event-touchend"><bdi class="secno">5.6 </bdi>The <span class="event" data-dfn-type="event"><code>touchend</code></span> event</a></li><li class="tocline"><a class="tocxref" href="#event-touchmove"><bdi class="secno">5.7 </bdi>The <span class="event" data-dfn-type="event"><code>touchmove</code></span> event</a></li><li class="tocline"><a class="tocxref" href="#event-touchcancel"><bdi class="secno">5.8 </bdi>The <span class="event" data-dfn-type="event"><code>touchcancel</code></span> event</a></li></ol></li><li class="tocline"><a class="tocxref" href="#retargeting"><bdi class="secno">6. </bdi>Retargeting</a></li><li class="tocline"><a class="tocxref" href="#conditionally-exposing-legacy-touch-event-apis"><bdi class="secno">7. </bdi>Conditionally exposing legacy touch event APIs</a></li><li class="tocline"><a class="tocxref" href="#extensions-to-the-globaleventhandlers-mixin"><bdi class="secno">8. </bdi>Extensions to the <code>GlobalEventHandlers</code> mixin</a></li><li class="tocline"><a class="tocxref" href="#mouse-events"><bdi class="secno">9. </bdi>Interaction with Mouse Events and <code>click</code></a></li><li class="tocline"><a class="tocxref" href="#glossary"><bdi class="secno">10. </bdi>Glossary</a></li><li class="tocline"><a class="tocxref" href="#acknowledgements"><bdi class="secno">A. </bdi>Acknowledgements</a></li><li class="tocline"><a class="tocxref" href="#changes-since-last-publication"><bdi class="secno">B. </bdi>Changes Since Last Publication</a></li><li class="tocline"><a class="tocxref" href="#references"><bdi class="secno">C. </bdi>References</a><ol class="toc"><li class="tocline"><a class="tocxref" href="#normative-references"><bdi class="secno">C.1 </bdi>Normative references</a></li><li class="tocline"><a class="tocxref" href="#informative-references"><bdi class="secno">C.2 </bdi>Informative references</a></li></ol></li></ol></nav>
<section id="abstract" class="introductory"><h2>Abstract</h2>
<p>The Touch Events specification defines a set of low-level events that represent one or more points of contact with a touch-sensitive surface, and changes of those points with respect to the surface and any DOM elements displayed upon it (e.g. for touch screens) or associated with it (e.g. for drawing tablets without displays). It also addresses pen-tablet devices, such as drawing tablets, with consideration toward stylus capabilities.</p>
Expand Down

0 comments on commit 4ab8832

Please sign in to comment.