Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[ac] (1) For <details>, allow any of the roles that support aria-expa…
…nded. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10479 git-svn-id: http://svn.whatwg.org/webapps@5511 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
Showing
with
3 additions
and 3 deletions.
- +1 −1 complete.html
- +1 −1 index
- +1 −1 source
|
||
<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> | ||
<td>Role must be a role that supports <code title=attr-aria-expanded>aria-expanded</code> | ||
|
||
<tr><td><code><a href=#the-embed-element>embed</a></code> element | ||
<td>No role |
|
||
<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> | ||
<td>Role must be a role that supports <code title=attr-aria-expanded>aria-expanded</code> | ||
|
||
<tr><td><code><a href=#the-embed-element>embed</a></code> element | ||
<td>No role |