[html5] r8059 - [e] (0) Make this prose about draggable='' make more sense. Fixing https://www.w [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 15 16:25:30 PDT 2013


Author: ianh
Date: 2013-07-15 16:25:29 -0700 (Mon, 15 Jul 2013)
New Revision: 8059

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make this prose about draggable='' make more sense.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21883
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-15 20:45:51 UTC (rev 8058)
+++ complete.html	2013-07-15 23:25:29 UTC (rev 8059)
@@ -78850,9 +78850,7 @@
   <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

Modified: index
===================================================================
--- index	2013-07-15 20:45:51 UTC (rev 8058)
+++ index	2013-07-15 23:25:29 UTC (rev 8059)
@@ -78850,9 +78850,7 @@
   <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

Modified: source
===================================================================
--- source	2013-07-15 20:45:51 UTC (rev 8058)
+++ source	2013-07-15 23:25:29 UTC (rev 8059)
@@ -88512,9 +88512,7 @@
   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




More information about the Commit-Watchers mailing list