add editorial note requested by PFWG today v1
authorArt Barstow <art.barstow@nokia.com>
Wed, 30 Nov 2011 14:28:45 -0500
branchv1
changeset 142 6130d54c79cd
parent 139 f9d12da970bf
child 143 5bbc6e212756
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:28:45 2011 -0500
@@ -628,6 +628,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>,