hixie: For <details>, allow any of the roles that support aria-expanded. (whatwg r5511)

hixie: For <details>, allow any of the roles that support aria-expanded.
(whatwg r5511)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4401&r2=1.4402&f=h
http://html5.org/tools/web-apps-tracker?from=5510&to=5511

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4401
retrieving revision 1.4402
diff -u -d -r1.4401 -r1.4402
--- Overview.html 26 Sep 2010 03:06:27 -0000 1.4401
+++ Overview.html 26 Sep 2010 16:38:10 -0000 1.4402
@@ -9436,7 +9436,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

Received on Sunday, 26 September 2010 16:39:26 UTC