- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 19:21:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10244 Modified Files: Overview.html Log Message: ARIA mapping for <details>. (whatwg r5331) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4249 retrieving revision 1.4250 diff -u -d -r1.4249 -r1.4250 --- Overview.html 24 Aug 2010 18:52:45 -0000 1.4249 +++ Overview.html 24 Aug 2010 19:21:16 -0000 1.4250 @@ -9087,6 +9087,9 @@ <tr><td><code><a href="#the-area-element">area</a></code> element that creates a <a href="#hyperlink">hyperlink</a> <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.) + <tr><td><code><a href="#the-button-element">button</a></code> element <td><code title="attr-aria-role-button">button</code> role @@ -9219,6 +9222,9 @@ <tr><td><code><a href="#the-select-element">select</a></code> element with no <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute <td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false" + <tr><td><code><a href="#the-summary-element">summary</a></code> element + <td><code title="attr-aria-role-heading">heading</code> role + <tr><td><code><a href="#the-td-element">td</a></code> element <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="#attr-tdth-headers">headers</a></code> attribute, if any @@ -9275,6 +9281,10 @@ <td><code title="attr-aria-role-note">note</code> role <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> + <tr><td><code><a href="#the-details-element">details</a></code> element + <td><code title="attr-aria-role-group">group</code> role + <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> + <tr><td><code><a href="#the-footer-element">footer</a></code> element <td>No role <td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page)
Received on Tuesday, 24 August 2010 19:21:21 UTC