Skip to content

Commit

Permalink
[giowt] (0) Make inert='' map to aria-hidden rathe than aria-disabled…
Browse files Browse the repository at this point in the history
… since aria-disabled only really does anything with interactive content.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23350
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8209 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 3, 2013
1 parent 85c2c91 commit 81d4eed
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 @@ -11509,7 +11509,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"

<tr><td>Element that is <a href=#inert>inert</a>
<td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
<td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true" <!-- change this to something more appropriate when if something comes along -->

<tr><td>Element with a <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
<td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -11509,7 +11509,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
<td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"

<tr><td>Element that is <a href=#inert>inert</a>
<td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
<td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true" <!-- change this to something more appropriate when if something comes along -->

<tr><td>Element with a <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
<td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -11642,7 +11642,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<tr>
<td>Element that is <span>inert</span>
<td>The <code title="attr-aria-disabled">aria-disabled</code> state set to "true"
<td>The <code title="attr-aria-hidden">aria-hidden</code> state set to "true" <!-- change this to something more appropriate when if something comes along -->

<tr>
<td>Element with a <code title="attr-hidden">hidden</code> attribute
Expand Down

0 comments on commit 81d4eed

Please sign in to comment.