[html5] r5511 - [ac] (1) For <details>, allow any of the roles that support aria-expanded. Fixin [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 26 09:38:06 PDT 2010


Author: ianh
Date: 2010-09-26 09:38:04 -0700 (Sun, 26 Sep 2010)
New Revision: 5511

Modified:
   complete.html
   index
   source
Log:
[ac] (1) For <details>, allow any of the roles that support aria-expanded.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10479

Modified: complete.html
===================================================================
--- complete.html	2010-09-26 03:06:22 UTC (rev 5510)
+++ complete.html	2010-09-26 16:38:04 UTC (rev 5511)
@@ -10936,7 +10936,7 @@
 
     <tr><td><code><a href=#the-details-element>details</a></code> element
      <td><code title=attr-aria-role-group>group</code> role
-     <td>Role must be either <code title=attr-aria-role-form>form</code>, <code title=attr-aria-role-group>group</code>, <code title=attr-aria-role-navigation>navigation</code>, <code title=attr-aria-role-note>note</code>, or <code title=attr-aria-role-search>search</code>
+     <td>Role must be a role that supports <code title=attr-aria-expanded>aria-expanded</code>
 
     <tr><td><code><a href=#the-embed-element>embed</a></code> element
      <td>No role

Modified: index
===================================================================
--- index	2010-09-26 03:06:22 UTC (rev 5510)
+++ index	2010-09-26 16:38:04 UTC (rev 5511)
@@ -10913,7 +10913,7 @@
 
     <tr><td><code><a href=#the-details-element>details</a></code> element
      <td><code title=attr-aria-role-group>group</code> role
-     <td>Role must be either <code title=attr-aria-role-form>form</code>, <code title=attr-aria-role-group>group</code>, <code title=attr-aria-role-navigation>navigation</code>, <code title=attr-aria-role-note>note</code>, or <code title=attr-aria-role-search>search</code>
+     <td>Role must be a role that supports <code title=attr-aria-expanded>aria-expanded</code>
 
     <tr><td><code><a href=#the-embed-element>embed</a></code> element
      <td>No role

Modified: source
===================================================================
--- source	2010-09-26 03:06:22 UTC (rev 5510)
+++ source	2010-09-26 16:38:04 UTC (rev 5511)
@@ -11272,7 +11272,7 @@
     <tr>
      <td><code>details</code> element
      <td><code title="attr-aria-role-group">group</code> role
-     <td>Role must be either <code title="attr-aria-role-form">form</code>, <code title="attr-aria-role-group">group</code>, <code title="attr-aria-role-navigation">navigation</code>, <code title="attr-aria-role-note">note</code>, or <code title="attr-aria-role-search">search</code>
+     <td>Role must be a role that supports <code title="attr-aria-expanded">aria-expanded</code>
 
     <tr>
      <td><code>embed</code> element




More information about the Commit-Watchers mailing list