[html5] r5427 - [ac] (1) Fix <label>'s ARIA restrictions Fixing http://www.w3.org/Bugs/Public/sh [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 10:44:39 PDT 2010


Author: ianh
Date: 2010-09-07 10:44:38 -0700 (Tue, 07 Sep 2010)
New Revision: 5427

Modified:
   complete.html
   index
   source
Log:
[ac] (1) Fix <label>'s ARIA restrictions
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10451

Modified: complete.html
===================================================================
--- complete.html	2010-09-07 17:28:16 UTC (rev 5426)
+++ complete.html	2010-09-07 17:44:38 UTC (rev 5427)
@@ -10732,6 +10732,9 @@
     <tr><td><code><a href=#the-keygen-element>keygen</a></code> element
      <td>No role
 
+    <tr><td><code><a href=#the-label-element>label</a></code> element
+     <td>No role
+
     <tr><td><code><a href=#the-link-element>link</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
      <td><code title=attr-aria-role-link>link</code> role
 
@@ -10959,7 +10962,6 @@
     <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>–<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> in <code><a href=#the-hgroup-element>hgroup</a></code>,
     <code><a href=#the-ins-element>ins</a></code>,
     <code><a href=#the-kbd-element>kbd</a></code>,
-    <code><a href=#the-label-element>label</a></code> (unless it has an <a href=#assigned-access-key>assigned access key</a>),
     <code><a href=#the-legend-element>legend</a></code> (unless it has an <a href=#assigned-access-key>assigned access key</a>),
     <code><a href=#the-li-element>li</a></code> in <code><a href=#menus>menu</a></code>,
     <code><a href=#the-link-element>link</a></code> (unless it creates a <a href=#hyperlink>hyperlink</a>),

Modified: index
===================================================================
--- index	2010-09-07 17:28:16 UTC (rev 5426)
+++ index	2010-09-07 17:44:38 UTC (rev 5427)
@@ -10709,6 +10709,9 @@
     <tr><td><code><a href=#the-keygen-element>keygen</a></code> element
      <td>No role
 
+    <tr><td><code><a href=#the-label-element>label</a></code> element
+     <td>No role
+
     <tr><td><code><a href=#the-link-element>link</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
      <td><code title=attr-aria-role-link>link</code> role
 
@@ -10936,7 +10939,6 @@
     <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>–<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> in <code><a href=#the-hgroup-element>hgroup</a></code>,
     <code><a href=#the-ins-element>ins</a></code>,
     <code><a href=#the-kbd-element>kbd</a></code>,
-    <code><a href=#the-label-element>label</a></code> (unless it has an <a href=#assigned-access-key>assigned access key</a>),
     <code><a href=#the-legend-element>legend</a></code> (unless it has an <a href=#assigned-access-key>assigned access key</a>),
     <code><a href=#the-li-element>li</a></code> in <code><a href=#menus>menu</a></code>,
     <code><a href=#the-link-element>link</a></code> (unless it creates a <a href=#hyperlink>hyperlink</a>),

Modified: source
===================================================================
--- source	2010-09-07 17:28:16 UTC (rev 5426)
+++ source	2010-09-07 17:44:38 UTC (rev 5427)
@@ -11023,6 +11023,10 @@
      <td>No role
 
     <tr>
+     <td><code>label</code> element
+     <td>No role
+
+    <tr>
      <td><code>link</code> element that creates a <span>hyperlink</span>
      <td><code title="attr-aria-role-link">link</code> role
 
@@ -11313,7 +11317,6 @@
     <code>h1</code>–<code>h6</code> in <code>hgroup</code>,
     <code>ins</code>,
     <code>kbd</code>,
-    <code>label</code> (unless it has an <span>assigned access key</span>),
     <code>legend</code> (unless it has an <span>assigned access key</span>),
     <code>li</code> in <code>menu</code>,
     <code>link</code> (unless it creates a <span>hyperlink</span>),




More information about the Commit-Watchers mailing list