Skip to content

Commit

Permalink
[e] (0) Mention that UAs can scroll on drag
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5348 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 25, 2010
1 parent a9f00a2 commit a8f5de4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
9 changes: 8 additions & 1 deletion complete.html
Expand Up @@ -68733,7 +68733,13 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.9.4 </span>Drag-and-dr

</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>
Expand Down Expand Up @@ -95731,6 +95737,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Martin Thomson,
Masataka Yakura,
Mathieu Henri,
Matias Larsson,
Matt Schmidt,
Matt Wright,
Matthew Gregan,
Expand Down
9 changes: 8 additions & 1 deletion index
Expand Up @@ -68684,7 +68684,13 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {

</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>
Expand Down Expand Up @@ -88966,6 +88972,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Martin Thomson,
Masataka Yakura,
Mathieu Henri,
Matias Larsson,
Matt Schmidt,
Matt Wright,
Matthew Gregan,
Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -77991,6 +77991,12 @@ interface <dfn>NavigatorAbilities</dfn> {

</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>


Expand Down Expand Up @@ -109789,6 +109795,7 @@ interface <span>HTMLDocument</span> {
Martin Thomson,
Masataka Yakura,
Mathieu Henri,
Matias Larsson,
Matt Schmidt,
Matt Wright,
Matthew Gregan,
Expand Down

0 comments on commit a8f5de4

Please sign in to comment.