Skip to content

Commit

Permalink
[] (0) Allow draggable='' to make this focusable.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3598 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2009
1 parent 236b9d4 commit a2726c4
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Original file line number Diff line number Diff line change
@@ -58193,6 +58193,11 @@ style/default.css</pre>

<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 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
Aron Spohr,
Arphen Lin,
Aryeh Gregor,
Asbjørn Ulsberg,
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
@@ -63792,6 +63792,11 @@ interface <dfn>SQLTransactionSync</dfn> {
<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 @@ interface <span>HTMLDocument</span> {
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
Aron Spohr,
Arphen Lin,
Aryeh Gregor,
Asbj&oslash;rn Ulsberg,

0 comments on commit a2726c4

Please sign in to comment.