- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 19:26:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10889 Modified Files: content-models.html spec.html Log Message: ARIA mapping for <details>. (whatwg r5331) [updated by splitter] Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- content-models.html 16 Aug 2010 22:16:46 -0000 1.13 +++ content-models.html 24 Aug 2010 19:26:54 -0000 1.14 @@ -934,6 +934,9 @@ </td></tr><tr><td><code><a href="the-map-element.html#the-area-element">area</a></code> element that creates a <a href="links.html#hyperlink">hyperlink</a> </td><td><code title="attr-aria-role-link">link</code> role + </td></tr><tr><td><code><a href="interactive-elements.html#the-details-element">details</a></code> element + </td><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="interactive-elements.html#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></tr><tr><td><code><a href="the-button-element.html#the-button-element">button</a></code> element </td><td><code title="attr-aria-role-button">button</code> role @@ -1066,6 +1069,9 @@ </td></tr><tr><td><code><a href="the-button-element.html#the-select-element">select</a></code> element with no <code title="attr-select-multiple"><a href="the-button-element.html#attr-select-multiple">multiple</a></code> attribute </td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false" + </td></tr><tr><td><code><a href="interactive-elements.html#the-summary-element">summary</a></code> element + </td><td><code title="attr-aria-role-heading">heading</code> role + </td></tr><tr><td><code><a href="tabular-data.html#the-td-element">td</a></code> element </td><td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any @@ -1122,6 +1128,10 @@ </td><td><code title="attr-aria-role-note">note</code> role </td><td>Role must be either <code title="attr-aria-role-note">note</code>, <code title="attr-aria-role-complementary">complementary</code>, or <code title="attr-aria-role-search">search</code> + </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></tr><tr><td><code><a href="sections.html#the-footer-element">footer</a></code> element </td><td>No role </td><td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page) Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1165 retrieving revision 1.1166 diff -u -d -r1.1165 -r1.1166 --- spec.html 24 Aug 2010 18:56:40 -0000 1.1165 +++ spec.html 24 Aug 2010 19:26:54 -0000 1.1166 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4249. +This is revision 1.4250. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 24 August 2010 19:26:57 UTC