Specify TouchList attribute contents for the touchend event
authorMatt Brubeck <mbrubeck@mozilla.com>
Tue, 26 Apr 2011 17:16:34 -0700
changeset 53 fec574167f19
parent 52 a3bdd103c7d9
child 54 be35b766b5ef
Specify TouchList attribute contents for the touchend event
touchevents.html
--- a/touchevents.html	Tue Apr 26 17:12:37 2011 -0700
+++ b/touchevents.html	Tue Apr 26 17:16:34 2011 -0700
@@ -290,6 +290,7 @@
       <section>
         <h3 id="event-touchend">The <dfn class="event">touchend</dfn> event</h3>
         <p>A user agent must dispatch this event type to indicate when the user removes a <a>touch point</a> from the touch surface, also including cases where the touch point physically leaves the touch surface, such as being dragged off of the screen.</p>
+        <p>The <a>touch point</a> or points that were removed must be included in the <a>changedTouches</a> attribute of the <a>TouchEvent</a>, and must not be included in the <a>touches</a> and <a>targetTouches</a> attributes.</p>
       </section>
 
       <section>