Navigation Menu

Skip to content

Commit

Permalink
[e] (0) Update ARIA role for <summary>.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12053

git-svn-id: http://svn.whatwg.org/webapps@6054 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 3, 2011
1 parent a277b70 commit a7c9d53
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 @@ -11874,7 +11874,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<td>No role

<tr><td><code><a href=#the-summary-element>summary</a></code> element
<td><code title=attr-aria-role-heading>heading</code> role
<td>No role

<tr><td><code><a href=#the-textarea-element>textarea</a></code> element
<td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-multiline>aria-multiline</code> property set to "true", and the <code title=title-aria-readonly>aria-readonly</code> state set to "true" if the element has a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -11900,7 +11900,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<td>No role

<tr><td><code><a href=#the-summary-element>summary</a></code> element
<td><code title=attr-aria-role-heading>heading</code> role
<td>No role

<tr><td><code><a href=#the-textarea-element>textarea</a></code> element
<td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-multiline>aria-multiline</code> property set to "true", and the <code title=title-aria-readonly>aria-readonly</code> state set to "true" if the element has a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -12399,7 +12399,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )

<tr>
<td><code>summary</code> element
<td><code title="attr-aria-role-heading">heading</code> role
<td>No role

<tr>
<td><code>textarea</code> element
Expand Down

0 comments on commit a7c9d53

Please sign in to comment.