hixie: Clarify non-normative sentence. (whatwg r5361)

hixie: Clarify non-normative sentence. (whatwg r5361)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4277&r2=1.4278&f=h
http://html5.org/tools/web-apps-tracker?from=5360&to=5361

===================================================================
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:52 UTC