add editorial note requested by PFWG today
authorArt Barstow <art.barstow@nokia.com>
Wed, 30 Nov 2011 14:17:36 -0500
changeset 141 e888fa7f393a
parent 140 d111c73bb11b
child 145 6c149e83cd5d
add editorial note requested by PFWG today
touchevents.html
--- a/touchevents.html	Mon Nov 14 09:44:25 2011 -0800
+++ b/touchevents.html	Wed Nov 30 14:17:36 2011 -0500
@@ -724,6 +724,13 @@
         would be a consequential result of the the prevented touch event.
       </p>
 
+      <p class="note">
+        If a Web application can process touch events, it can intercept them, 
+        and no corresponding mouse events would need to be dispatched by the 
+        user agent. If the Web application is not specifically written for 
+        touch input devices, it can react to the subsequent mouse events instead.
+      </p>
+
       <p>
         If the user agent intreprets a sequence of touch events as a click,
         then it should dispatch <a>mousemove</a>, <a>mousedown</a>,