Skip to content

Commit

Permalink
[e] (0) clarification
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13520

git-svn-id: http://svn.whatwg.org/webapps@6390 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2011
1 parent ed501bb commit bb62bbd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -71765,10 +71765,10 @@ <h3 id=dnd><span class=secno>8.7 </span><dfn>Drag and drop</dfn></h3>
series of <code title=event-mousemove>mousemove</code> events, and
the drop could be triggered by the mouse being released.</p>

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

<div class=impl>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -71661,10 +71661,10 @@ interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
series of <code title=event-mousemove>mousemove</code> events, and
the drop could be triggered by the mouse being released.</p>

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

<div class=impl>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -81709,10 +81709,10 @@ interface <dfn>NavigatorStorageUtils</dfn> {
series of <code title="event-mousemove">mousemove</code> events, and
the drop could be triggered by the mouse being released.</p>

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

<div class="impl">

Expand Down

0 comments on commit bb62bbd

Please sign in to comment.