- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Aug 2009 08:43:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26598
Modified Files:
Overview.html
Log Message:
Allow draggable='' to make this focusable. (whatwg r3598)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2789
retrieving revision 1.2790
diff -u -d -r1.2789 -r1.2790
--- Overview.html 12 Aug 2009 08:25:21 -0000 1.2789
+++ Overview.html 12 Aug 2009 08:43:26 -0000 1.2790
@@ -58405,6 +58405,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
@@ -78710,6 +78715,7 @@
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
+ Aron Spohr,
Arphen Lin,
Aryeh Gregor,
Asbjørn Ulsberg,
Received on Wednesday, 12 August 2009 08:43:39 UTC