Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22005
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7945 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 7, 2013
1 parent b46a040 commit 7acdcd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -77070,7 +77070,7 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.7.5 </span>Drag-and-dr

<li>

<p><a href=#fire-a-dnd-event>Fire a DND event</a> named <code title=event-drag><a href=#event-drag>drag</a></code> event at the
<p><a href=#fire-a-dnd-event>Fire a DND event</a> named <code title=event-drag><a href=#event-drag>drag</a></code> at the
<a href=#source-node>source node</a>. If this event is canceled, the user agent must set the <a href=#current-drag-operation>current
drag operation</a> to "<code title="">none</code>" (no drag operation).</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -77070,7 +77070,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M

<li>

<p><a href=#fire-a-dnd-event>Fire a DND event</a> named <code title=event-drag><a href=#event-drag>drag</a></code> event at the
<p><a href=#fire-a-dnd-event>Fire a DND event</a> named <code title=event-drag><a href=#event-drag>drag</a></code> at the
<a href=#source-node>source node</a>. If this event is canceled, the user agent must set the <a href=#current-drag-operation>current
drag operation</a> to "<code title="">none</code>" (no drag operation).</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -86410,7 +86410,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<li>

<p><span>Fire a DND event</span> named <code title="event-drag">drag</code> event at the
<p><span>Fire a DND event</span> named <code title="event-drag">drag</code> at the
<span>source node</span>. If this event is canceled, the user agent must set the <span>current
drag operation</span> to "<code title="">none</code>" (no drag operation).</p>

Expand Down

0 comments on commit 7acdcd4

Please sign in to comment.