- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Thu, 26 Aug 2010 18:58:09 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29873
Modified Files:
	Overview.html 
Log Message:
Clarify non-normative sentence. (whatwg r5361)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4277
retrieving revision 1.4278
diff -u -d -r1.4277 -r1.4278
--- Overview.html	26 Aug 2010 18:01:15 -0000	1.4277
+++ Overview.html	26 Aug 2010 18:58:05 -0000	1.4278
@@ -9111,7 +9111,7 @@
      <td><code title="attr-aria-role-link">link</code> role
 
     <tr><td><code><a href="#the-details-element">details</a></code> element
-     <td>The <code title="attr-aria-expanded">aria-expanded</code> state must be set to "true" if the element's <code title="attr-details-open"><a href="#attr-details-open">open</a></code> attribute is present, and must be set to "false" otherwise. (The role can be changed as described in the next table, but is restricted to roles that use the <code title="attr-aria-expanded">aria-expanded</code> state.)
+     <td>The <code title="attr-aria-expanded">aria-expanded</code> state must be set to "true" if the element's <code title="attr-details-open"><a href="#attr-details-open">open</a></code> attribute is present, and must be set to "false" otherwise. (The role can be changed as described in the next table; the reference to <code title="attr-aria-expanded">aria-expanded</code> here is safe since all the allowed roles use the <code title="attr-aria-expanded">aria-expanded</code> state.)
 
     <tr><td><code><a href="#the-button-element">button</a></code> element
      <td><code title="attr-aria-role-button">button</code> role
Received on Thursday, 26 August 2010 18:58:10 UTC