[html5] r8488 - [c] (0) Disallow <dialog tabindex>, for sanity Fixing https://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 20 14:52:49 PST 2014


Author: ianh
Date: 2014-02-20 14:52:48 -0800 (Thu, 20 Feb 2014)
New Revision: 8488

Modified:
   complete.html
   index
   source
Log:
[c] (0) Disallow <dialog tabindex>, for sanity
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24714
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-02-20 22:49:10 UTC (rev 8487)
+++ complete.html	2014-02-20 22:52:48 UTC (rev 8488)
@@ -51995,6 +51995,9 @@
 
   </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>

Modified: index
===================================================================
--- index	2014-02-20 22:49:10 UTC (rev 8487)
+++ index	2014-02-20 22:52:48 UTC (rev 8488)
@@ -51995,6 +51995,9 @@
 
   </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>

Modified: source
===================================================================
--- source	2014-02-20 22:49:10 UTC (rev 8487)
+++ source	2014-02-20 22:52:48 UTC (rev 8488)
@@ -57444,6 +57444,9 @@
 
   </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">




More information about the Commit-Watchers mailing list