Skip to content

Commit

Permalink
[e] (0) Make this prose about draggable='' make more sense.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21883
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8059 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 15, 2013
1 parent 824eff2 commit df0b38b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions complete.html
Expand Up @@ -78850,9 +78850,7 @@ <h4 id=the-draggable-attribute><span class=secno>8.7.7 </span>The <dfn title=att
<p>Otherwise, the element's <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute has the
state <i>auto</i>. If the element is an <code><a href=#the-img-element>img</a></code> element,
or, if the element is an <code><a href=#the-a-element>a</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> content attribute, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute must return
true.</p>

<p>Otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
true; otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
must return false.</p>

<p>If the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
Expand Down
4 changes: 1 addition & 3 deletions index
Expand Up @@ -78850,9 +78850,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
<p>Otherwise, the element's <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute has the
state <i>auto</i>. If the element is an <code><a href=#the-img-element>img</a></code> element,
or, if the element is an <code><a href=#the-a-element>a</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> content attribute, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute must return
true.</p>

<p>Otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
true; otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
must return false.</p>

<p>If the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
Expand Down
4 changes: 1 addition & 3 deletions source
Expand Up @@ -88512,9 +88512,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
or, if the element is an <code>a</code> element with an <code
title="attr-hyperlink-href">href</code> content attribute, the <code
title="dom-draggable">draggable</code> IDL attribute must return
true.</p>

<p>Otherwise, the <code title="dom-draggable">draggable</code> IDL attribute
true; otherwise, the <code title="dom-draggable">draggable</code> IDL attribute
must return false.</p>

<p>If the <code title="dom-draggable">draggable</code> IDL attribute
Expand Down

0 comments on commit df0b38b

Please sign in to comment.