- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 22:18:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23481
Modified Files:
Overview.html
Log Message:
Mention that UAs can scroll on drag (whatwg r5348)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4264
retrieving revision 1.4265
diff -u -d -r1.4264 -r1.4265
--- Overview.html 25 Aug 2010 17:58:40 -0000 1.4264
+++ Overview.html 25 Aug 2010 22:18:30 -0000 1.4265
@@ -51146,7 +51146,13 @@
</ol></li>
- </ol></div><div class="impl">
+ </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">7.9.4.1 </span>When the drag-and-drop operation starts or ends in another
document</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
@@ -68761,6 +68767,7 @@
Martin Thomson,
Masataka Yakura,
Mathieu Henri,
+ Matias Larsson,
Matt Schmidt,
Matt Wright,
Matthew Gregan,
Received on Wednesday, 25 August 2010 22:18:36 UTC