[html5] r8171 - [giow] (2) Make draggable='' default to true for <object> images also. Affected [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 4 16:23:56 PDT 2013


Author: ianh
Date: 2013-09-04 16:23:54 -0700 (Wed, 04 Sep 2013)
New Revision: 8171

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make draggable='' default to true for <object> images also.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-09-04 00:01:13 UTC (rev 8170)
+++ complete.html	2013-09-04 23:23:54 UTC (rev 8171)
@@ -78725,6 +78725,7 @@
 
 
   <h4 id=the-draggable-attribute><span class=secno>8.7.7 </span>The <dfn title=attr-draggable><code>draggable</code></dfn> attribute</h4>
+<!--CLEANUP-->
 
   <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute set. The
   <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> attribute is an
@@ -78779,7 +78780,8 @@
 
   <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
+  an <code><a href=#the-object-element>object</a></code> element that <a href=#represents>represents</a> an image,
+  or 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; otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
   must return false.</p>
 
@@ -78985,7 +78987,7 @@
      <li><p>If there exist any items in the <a href=#drag-data-store-item-list>drag data store item
      list</a> whose <a href=#the-drag-data-item-kind title="the drag data item kind">drag data
      item kind</a> is <!--DND-v3:/DND-v4: one of--> the
-     kind<!--DND-v3:/DND-v4: s--> given in <var title="">kind<!--DND-v3:/DND-v4: s--></var> and whose <span title="the drag data item type">drag data item type</span> is
+     kind<!--DND-v3:/DND-v4: s--> given in <var title="">kind<!--DND-v3:/DND-v4: s--></var> and whose <a href=#the-drag-data-item-type-string title="the drag data item type string">drag data item type string</a> is
      <var title="">type</var>, then let <var title="">matched</var> be
      true.</li>
 
@@ -95224,6 +95226,7 @@
 :root:lang(xog),      :not(:lang(xog)) > :lang(xog)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(yav),      :not(:lang(yav)) > :lang(yav)           { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
 :root:lang(yo),       :not(:lang(yo)) > :lang(yo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
+:root:lang(yo-BJ),    :not(:lang(yo-BJ)) > :lang(yo-BJ)       { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(zgh),      :not(:lang(zgh)) > :lang(zgh)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
 :root:lang(zh),       :not(:lang(zh)) > :lang(zh)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(zh-Hant),  :not(:lang(zh-Hant)) > :lang(zh-Hant)   { quotes: '\300c' '\300d' '\300e' '\300f' } /* &#x300c; &#x300d; &#x300e; &#x300f; */

Modified: index
===================================================================
--- index	2013-09-04 00:01:13 UTC (rev 8170)
+++ index	2013-09-04 23:23:54 UTC (rev 8171)
@@ -78725,6 +78725,7 @@
 
 
   <h4 id=the-draggable-attribute><span class=secno>8.7.7 </span>The <dfn title=attr-draggable><code>draggable</code></dfn> attribute</h4>
+<!--CLEANUP-->
 
   <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute set. The
   <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> attribute is an
@@ -78779,7 +78780,8 @@
 
   <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
+  an <code><a href=#the-object-element>object</a></code> element that <a href=#represents>represents</a> an image,
+  or 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; otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
   must return false.</p>
 
@@ -78985,7 +78987,7 @@
      <li><p>If there exist any items in the <a href=#drag-data-store-item-list>drag data store item
      list</a> whose <a href=#the-drag-data-item-kind title="the drag data item kind">drag data
      item kind</a> is <!--DND-v3:/DND-v4: one of--> the
-     kind<!--DND-v3:/DND-v4: s--> given in <var title="">kind<!--DND-v3:/DND-v4: s--></var> and whose <span title="the drag data item type">drag data item type</span> is
+     kind<!--DND-v3:/DND-v4: s--> given in <var title="">kind<!--DND-v3:/DND-v4: s--></var> and whose <a href=#the-drag-data-item-type-string title="the drag data item type string">drag data item type string</a> is
      <var title="">type</var>, then let <var title="">matched</var> be
      true.</li>
 
@@ -95224,6 +95226,7 @@
 :root:lang(xog),      :not(:lang(xog)) > :lang(xog)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(yav),      :not(:lang(yav)) > :lang(yav)           { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
 :root:lang(yo),       :not(:lang(yo)) > :lang(yo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
+:root:lang(yo-BJ),    :not(:lang(yo-BJ)) > :lang(yo-BJ)       { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(zgh),      :not(:lang(zgh)) > :lang(zgh)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
 :root:lang(zh),       :not(:lang(zh)) > :lang(zh)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(zh-Hant),  :not(:lang(zh-Hant)) > :lang(zh-Hant)   { quotes: '\300c' '\300d' '\300e' '\300f' } /* &#x300c; &#x300d; &#x300e; &#x300f; */

Modified: source
===================================================================
--- source	2013-09-04 00:01:13 UTC (rev 8170)
+++ source	2013-09-04 23:23:54 UTC (rev 8171)
@@ -88357,6 +88357,7 @@
 
 
   <h4>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4>
+<!--CLEANUP-->
 
   <p>All <span>HTML elements</span> may have the <code
   title="attr-draggable">draggable</code> content attribute set. The
@@ -88422,7 +88423,8 @@
   <p>Otherwise, the element's <code
   title="attr-draggable">draggable</code> content attribute has the
   state <i>auto</i>. If the element is an <code>img</code> element,
-  or, if the element is an <code>a</code> element with an <code
+  an <code>object</code> element that <span>represents</span> an image,
+  or 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; otherwise, the <code title="dom-draggable">draggable</code> IDL attribute
@@ -88666,7 +88668,7 @@
      item kind</span> is <!--DND-v3:/DND-v4: one of--> the
      kind<!--DND-v3:/DND-v4: s--> given in <var
      title="">kind<!--DND-v3:/DND-v4: s--></var> and whose <span
-     title="the drag data item type">drag data item type</span> is
+     title="the drag data item type string">drag data item type string</span> is
      <var title="">type</var>, then let <var title="">matched</var> be
      true.</p></li>
 




More information about the Commit-Watchers mailing list