Skip to content

Commit

Permalink
[c] (0) Disallow <dialog tabindex>, for sanity
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24714
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8488 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 20, 2014
1 parent be2d03b commit ef6494d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -51995,6 +51995,9 @@ <h4 id=the-dialog-element><span class=secno>4.11.7 </span>The <dfn><code>dialog<

</div>

<p>The <code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute must not be specified on
<code><a href=#the-dialog-element>dialog</a></code> elements.</p>

<!--TOPIC:DOM APIs-->

<dl class=domintro><dt><var title="">dialog</var> . <code title=dom-dialog-show><a href=#dom-dialog-show>show</a></code>( [ <var title="">anchor</var> ] )</dt>
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -51995,6 +51995,9 @@ dictionary <dfn id=relatedeventinit>RelatedEventInit</dfn> : <a href=#eventinit>

</div>

<p>The <code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute must not be specified on
<code><a href=#the-dialog-element>dialog</a></code> elements.</p>

<!--TOPIC:DOM APIs-->

<dl class=domintro><dt><var title="">dialog</var> . <code title=dom-dialog-show><a href=#dom-dialog-show>show</a></code>( [ <var title="">anchor</var> ] )</dt>
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -57444,6 +57444,9 @@ dictionary <dfn>RelatedEventInit</dfn> : <span>EventInit</span> {

</div>

<p>The <code data-x="attr-tabindex">tabindex</code> attribute must not be specified on
<code>dialog</code> elements.</p>

<!--TOPIC:DOM APIs-->

<dl class="domintro">
Expand Down

0 comments on commit ef6494d

Please sign in to comment.