Skip to content

Commit

Permalink
[e] (0) type (credit: avk)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2059 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2008
1 parent 4082bd1 commit 6eb8a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -39800,7 +39800,7 @@ at the first element with the given ID must be treated as if it was cloned and r

<p>The <dfn id=tabindex0 title=dom-tabIndex><code>tabIndex</code></dfn> DOM
attribute must <a href="#reflect">reflect</a> the value of the <code
title=attr-tabIndex><a href="#tabindex">tabIndex</a></code> content
title=attr-tabindex><a href="#tabindex">tabindex</a></code> content
attribute. If the attribute is not present, or parsing its value returns
an error, then the DOM attribute must return 0 for elements that are
focusable and &#x2212;1 for elements that are not focusable.</p>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -37217,7 +37217,7 @@ at the first element with the given ID must be treated as if it was cloned and r

<p>The <dfn title="dom-tabIndex"><code>tabIndex</code></dfn> DOM
attribute must <span>reflect</span> the value of the <code
title="attr-tabIndex">tabIndex</code> content attribute. If the
title="attr-tabindex">tabindex</code> content attribute. If the
attribute is not present, or parsing its value returns an error,
then the DOM attribute must return 0 for elements that are focusable
and &#x2212;1 for elements that are not focusable.</p>
Expand Down

0 comments on commit 6eb8a98

Please sign in to comment.