Skip to content

Commit

Permalink
[giow] (1) Mark certain elements as hidden for ARIA purposes too.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21428
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7866 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 4, 2013
1 parent 1220a49 commit 005daa9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -11254,7 +11254,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-head-element>head</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-hgroup-element>hgroup</a></code> element
<td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
Expand Down Expand Up @@ -11359,7 +11359,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<td><code title=attr-aria-role-navigation>navigation</code> role

<tr><td><code><a href=#the-noscript-element>noscript</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-optgroup-element>optgroup</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
Expand All @@ -11374,7 +11374,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<td><code title=attr-aria-role-progressbar>progressbar</code> role, with, if the progress bar is determinate, the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the maximum value of the progress bar, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to zero, and the <code title=attr-aria-valuenow>aria-valuenow</code> property set to the current value of the progress bar

<tr><td><code><a href=#the-script-element>script</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-select-element>select</a></code> element with a <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 "true"
Expand All @@ -11389,7 +11389,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<td><a href=#concept-role-none title=concept-role-none>No role</a>

<tr><td><code><a href=#the-style-element>style</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-summary-element>summary</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -11254,7 +11254,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
<td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-head-element>head</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-hgroup-element>hgroup</a></code> element
<td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
Expand Down Expand Up @@ -11359,7 +11359,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
<td><code title=attr-aria-role-navigation>navigation</code> role

<tr><td><code><a href=#the-noscript-element>noscript</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-optgroup-element>optgroup</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
Expand All @@ -11374,7 +11374,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
<td><code title=attr-aria-role-progressbar>progressbar</code> role, with, if the progress bar is determinate, the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the maximum value of the progress bar, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to zero, and the <code title=attr-aria-valuenow>aria-valuenow</code> property set to the current value of the progress bar

<tr><td><code><a href=#the-script-element>script</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-select-element>select</a></code> element with a <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 "true"
Expand All @@ -11389,7 +11389,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
<td><a href=#concept-role-none title=concept-role-none>No role</a>

<tr><td><code><a href=#the-style-element>style</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
<td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

<tr><td><code><a href=#the-summary-element>summary</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -11342,7 +11342,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<tr>
<td><code>head</code> element
<td><span title="concept-role-none">No role</span>
<td><span title="concept-role-none">No role</span>, with the <code title="attr-aria-hidden">aria-hidden</code> state set to "true"

<tr>
<td><code>hgroup</code> element
Expand Down Expand Up @@ -11482,7 +11482,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<tr>
<td><code>noscript</code> element
<td><span title="concept-role-none">No role</span>
<td><span title="concept-role-none">No role</span>, with the <code title="attr-aria-hidden">aria-hidden</code> state set to "true"

<tr>
<td><code>optgroup</code> element
Expand All @@ -11502,7 +11502,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<tr>
<td><code>script</code> element
<td><span title="concept-role-none">No role</span>
<td><span title="concept-role-none">No role</span>, with the <code title="attr-aria-hidden">aria-hidden</code> state set to "true"

<tr>
<td><code>select</code> element with a <code title="attr-select-multiple">multiple</code> attribute
Expand All @@ -11522,7 +11522,7 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<tr>
<td><code>style</code> element
<td><span title="concept-role-none">No role</span>
<td><span title="concept-role-none">No role</span>, with the <code title="attr-aria-hidden">aria-hidden</code> state set to "true"

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

0 comments on commit 005daa9

Please sign in to comment.