[html5] r5361 - [e] (0) Clarify non-normative sentence. Fixing http://www.w3.org/Bugs/Public/sho [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 26 11:57:56 PDT 2010
Author: ianh
Date: 2010-08-26 11:57:54 -0700 (Thu, 26 Aug 2010)
New Revision: 5361
Modified:
complete.html
index
source
Log:
[e] (0) Clarify non-normative sentence.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10424
Modified: complete.html
===================================================================
--- complete.html 2010-08-26 18:01:08 UTC (rev 5360)
+++ complete.html 2010-08-26 18:57:54 UTC (rev 5361)
@@ -10664,7 +10664,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
Modified: index
===================================================================
--- index 2010-08-26 18:01:08 UTC (rev 5360)
+++ index 2010-08-26 18:57:54 UTC (rev 5361)
@@ -10586,7 +10586,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
Modified: source
===================================================================
--- source 2010-08-26 18:01:08 UTC (rev 5360)
+++ source 2010-08-26 18:57:54 UTC (rev 5361)
@@ -10859,7 +10859,7 @@
<tr>
<td><code>details</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">open</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">open</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>button</code> element
More information about the Commit-Watchers
mailing list