html5/spec Overview.html,1.4401,1.4402

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5908

Modified Files:
	Overview.html 
Log Message:
For <details>, allow any of the roles that support aria-expanded. (whatwg r5511)

Index: Overview.html
===================================================================
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:38:15 UTC