added "must dispatch this event type *to indicate* when" as clarification for UA requirements
authorshepazu <schepers@w3.org>
Fri, 28 Jan 2011 22:46:08 -0500
changeset 11 c799fd07301e
parent 10 bad00fb0d663
child 12 183be84c0a6c
added "must dispatch this event type *to indicate* when" as clarification for UA requirements
touchevents.html
--- a/touchevents.html	Fri Jan 28 22:23:44 2011 -0500
+++ b/touchevents.html	Fri Jan 28 22:46:08 2011 -0500
@@ -231,32 +231,32 @@
       
       <section>
         <h3 id="event-touchstart">The <dfn class="event">touchstart</dfn> event</h3>
-        <p>A user agent must dispatch this event type when the user places a touch point on the touch surface.</p>
+        <p>A user agent must dispatch this event type to indicate when the user places a touch point on the touch surface.</p>
       </section>
       
       <section>
         <h3 id="event-touchend">The <dfn class="event">touchend</dfn> event</h3>
-        <p>A user agent must dispatch this event type when the user removes a touch point from the touch surface.</p>
+        <p>A user agent must dispatch this event type to indicate when the user removes a touch point from the touch surface.</p>
       </section>
       
       <section>
         <h3 id="event-touchmove">The <dfn class="event">touchmove</dfn> event</h3>
-        <p>A user agent must dispatch this event type when the user moves a touch point along the touch surface, even outside the interactive area of the <a>target</a> element.</p>
+        <p>A user agent must dispatch this event type to indicate when the user moves a touch point along the touch surface, even outside the interactive area of the <a>target</a> element.</p>
       </section>
       
       <section>
         <h3 id="event-touchenter">The <dfn class="event">touchenter</dfn> event</h3>
-        <p>A user agent must dispatch this event type when a touch point moves onto the interactive area defined by a DOM element on which it did not originate.  Events of this type must not bubble.</p>
+        <p>A user agent must dispatch this event type to indicate when a touch point moves onto the interactive area defined by a DOM element on which it did not originate.  Events of this type must not bubble.</p>
       </section>
       
       <section>
         <h3 id="event-touchleave">The <dfn class="event">touchleave</dfn> event</h3>
-        <p>A user agent must dispatch this event type when a touch point moves off the interactive area defined by a DOM element.  Events of this type must not bubble.</p>
+        <p>A user agent must dispatch this event type to indicate when a touch point moves off the interactive area defined by a DOM element.  Events of this type must not bubble.</p>
       </section>
       
       <section>
         <h3 id="event-touchstart">The <dfn class="event">touchcancel</dfn> event</h3>
-        <p>A user agent must dispatch this event type when a <a>TouchPoint</a> has been disrupted in an implementation-specific manner, such as by moving outside the bounds of the UA window.  A user agent may also dispatch this event type when the user places more touch points on the touch surface than the device or implementation is configured to store, in which case the earliest touch point in the list should be removed.</p>
+        <p>A user agent must dispatch this event type to indicate when a <a>TouchPoint</a> has been disrupted in an implementation-specific manner, such as by moving outside the bounds of the UA window.  A user agent may also dispatch this event type when the user places more touch points on the touch surface than the device or implementation is configured to store, in which case the earliest touch point in the list should be removed.</p>
       </section>
     </section>