hixie: clarification (whatwg r6390)

hixie: clarification (whatwg r6390)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5096&r2=1.5097&f=h
http://html5.org/tools/web-apps-tracker?from=6389&to=6390

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5096
retrieving revision 1.5097
diff -u -d -r1.5096 -r1.5097
--- Overview.html 9 Aug 2011 21:57:04 -0000 1.5096
+++ Overview.html 9 Aug 2011 22:13:56 -0000 1.5097
@@ -52398,10 +52398,10 @@
   <em>drag-and-drop operation</em> actually is.<p>On a visual medium with a pointing device, a drag operation could
   be the default action of a <code title="event-mousedown">mousedown</code> event that is followed by a
   series of <code title="event-mousemove">mousemove</code> events, and
-  the drop could be triggered by the mouse being released.<p>On media without a pointing device, the user would probably have
-  to explicitly indicate his intention to perform a drag-and-drop
-  operation, stating what he wishes to drag and where he wishes to
-  drop it, respectively.<div class="impl">
+  the drop could be triggered by the mouse being released.<p>When using an input modality other than a pointing device, users
+  would probably have to explicitly indicate their intention to
+  perform a drag-and-drop operation, stating what they wish to drag
+  and where they wish to drop it, respectively.<div class="impl">
 
   <p>However it is implemented, drag-and-drop operations must have a
   starting point (e.g. where the mouse was clicked, or the start of

Received on Tuesday, 9 August 2011 22:14:12 UTC