Skip to content

Commit

Permalink
[e] (0) make non-normative wording less confusing
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6799 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2011
1 parent 75ac2ae commit 9953e97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -73907,7 +73907,8 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.6.5 </span>Drag-and-dr
it is not null, use platform-specific conventions for drag
cancellation.</p>

</ol><p>Otherwise, the drag operation was as success; run these substeps:</p>
</ol><p>Otherwise, the drag operation might be a success; run these
substeps:</p>

<ol><li><p>Let <var title="">dropped</var> be true.</li>

Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -73907,7 +73907,8 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
it is not null, use platform-specific conventions for drag
cancellation.</p>

</ol><p>Otherwise, the drag operation was as success; run these substeps:</p>
</ol><p>Otherwise, the drag operation might be a success; run these
substeps:</p>

<ol><li><p>Let <var title="">dropped</var> be true.</li>

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

</ol>

<p>Otherwise, the drag operation was as success; run these substeps:</p>
<p>Otherwise, the drag operation might be a success; run these
substeps:</p>

<ol>

Expand Down

0 comments on commit 9953e97

Please sign in to comment.