html5/spec content-models.html,1.21,1.22 spec.html,1.1227,1.1228

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

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

[updated by splitter]


Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- content-models.html	24 Sep 2010 22:16:42 -0000	1.21
+++ content-models.html	26 Sep 2010 16:46:48 -0000	1.22
@@ -1187,7 +1187,7 @@
 
     </td></tr><tr><td><code><a href="interactive-elements.html#the-details-element">details</a></code> element
      </td><td><code title="attr-aria-role-group">group</code> role
-     </td><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><td>Role must be a role that supports <code title="attr-aria-expanded">aria-expanded</code>
 
     </td></tr><tr><td><code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element
      </td><td>No role

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1227
retrieving revision 1.1228
diff -u -d -r1.1227 -r1.1228
--- spec.html	26 Sep 2010 03:16:37 -0000	1.1227
+++ spec.html	26 Sep 2010 16:46:48 -0000	1.1228
@@ -338,7 +338,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4401.
+This is revision 1.4402.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Sunday, 26 September 2010 16:46:53 UTC