[html5] r3598 - [] (0) Allow draggable='' to make this focusable.

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 12 01:43:21 PDT 2009


Author: ianh
Date: 2009-08-12 01:43:20 -0700 (Wed, 12 Aug 2009)
New Revision: 3598

Modified:
   index
   source
Log:
[] (0) Allow draggable='' to make this focusable.

Modified: index
===================================================================
--- index	2009-08-12 08:25:15 UTC (rev 3597)
+++ index	2009-08-12 08:43:20 UTC (rev 3598)
@@ -58193,6 +58193,11 @@
 
    <li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
 
+   <li>Elements with a <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code>
+   attribute set, if that would enable the user agent to allow the
+   user to begin a drag operations for those elements without the use
+   of a pointing device</li>
+
   </ul>
 
   <p>The <dfn id=dom-tabindex title=dom-tabIndex><code>tabIndex</code></dfn> DOM
@@ -78498,6 +78503,7 @@
   Anthony Hickson,
   Anthony Ricaud,
   Antti Koivisto,
+  Aron Spohr,
   Arphen Lin,
   Aryeh Gregor,
   Asbjørn Ulsberg,

Modified: source
===================================================================
--- source	2009-08-12 08:25:15 UTC (rev 3597)
+++ source	2009-08-12 08:43:20 UTC (rev 3598)
@@ -63792,6 +63792,11 @@
    <li><code>command</code> elements that do not have a <code
    title="attr-command-disabled">disabled</code> attribute</li>
 
+   <li>Elements with a <code title="attr-draggable">draggable</code>
+   attribute set, if that would enable the user agent to allow the
+   user to begin a drag operations for those elements without the use
+   of a pointing device</li>
+
   </ul>
 
   <p>The <dfn title="dom-tabIndex"><code>tabIndex</code></dfn> DOM
@@ -87180,6 +87185,7 @@
   Anthony Hickson,
   Anthony Ricaud,
   Antti Koivisto,
+  Aron Spohr,
   Arphen Lin,
   Aryeh Gregor,
   Asbjørn Ulsberg,




More information about the Commit-Watchers mailing list