Skip to content

Commit

Permalink
[ac] (1) For <details>, allow any of the roles that support aria-expa…
Browse files Browse the repository at this point in the history
…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
Hixie committed Sep 26, 2010
1 parent 3feba48 commit 7fb14eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -10936,7 +10936,7 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.

<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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -10913,7 +10913,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -11272,7 +11272,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<tr>
<td><code>details</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>embed</code> element
Expand Down

0 comments on commit 7fb14eb

Please sign in to comment.