[html5] r5348 - [e] (0) Mention that UAs can scroll on drag

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 25 15:18:26 PDT 2010


Author: ianh
Date: 2010-08-25 15:18:25 -0700 (Wed, 25 Aug 2010)
New Revision: 5348

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that UAs can scroll on drag

Modified: complete.html
===================================================================
--- complete.html	2010-08-25 17:58:34 UTC (rev 5347)
+++ complete.html	2010-08-25 22:18:25 UTC (rev 5348)
@@ -68733,9 +68733,15 @@
 
     </ol></li>
 
-  </ol></div>
+  </ol><p class=note>User agents are encouraged to consider how to react
+  to drags near the edge of scrollable regions. For example, if a user
+  drags a link to the bottom of the viewport on a long page, it might
+  make sense to scroll the page so that the user can drop the link
+  lower on the page.</p>
 
+  </div>
 
+
   <div class=impl>
 
   <h5 id=when-the-drag-and-drop-operation-starts-or-ends-in-another-document><span class=secno>8.9.4.1 </span>When the drag-and-drop operation starts or ends in another
@@ -95731,6 +95737,7 @@
   Martin Thomson,
   Masataka Yakura,
   Mathieu Henri,
+  Matias Larsson,
   Matt Schmidt,
   Matt Wright,
   Matthew Gregan,

Modified: index
===================================================================
--- index	2010-08-25 17:58:34 UTC (rev 5347)
+++ index	2010-08-25 22:18:25 UTC (rev 5348)
@@ -68684,9 +68684,15 @@
 
     </ol></li>
 
-  </ol></div>
+  </ol><p class=note>User agents are encouraged to consider how to react
+  to drags near the edge of scrollable regions. For example, if a user
+  drags a link to the bottom of the viewport on a long page, it might
+  make sense to scroll the page so that the user can drop the link
+  lower on the page.</p>
 
+  </div>
 
+
   <div class=impl>
 
   <h5 id=when-the-drag-and-drop-operation-starts-or-ends-in-another-document><span class=secno>8.9.4.1 </span>When the drag-and-drop operation starts or ends in another
@@ -88966,6 +88972,7 @@
   Martin Thomson,
   Masataka Yakura,
   Mathieu Henri,
+  Matias Larsson,
   Matt Schmidt,
   Matt Wright,
   Matthew Gregan,

Modified: source
===================================================================
--- source	2010-08-25 17:58:34 UTC (rev 5347)
+++ source	2010-08-25 22:18:25 UTC (rev 5348)
@@ -77991,6 +77991,12 @@
 
   </ol>
 
+  <p class="note">User agents are encouraged to consider how to react
+  to drags near the edge of scrollable regions. For example, if a user
+  drags a link to the bottom of the viewport on a long page, it might
+  make sense to scroll the page so that the user can drop the link
+  lower on the page.</p>
+
   </div>
 
 
@@ -109789,6 +109795,7 @@
   Martin Thomson,
   Masataka Yakura,
   Mathieu Henri,
+  Matias Larsson,
   Matt Schmidt,
   Matt Wright,
   Matthew Gregan,




More information about the Commit-Watchers mailing list