Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) Map table-related elements to ARIA roles
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8495 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 20, 2014
1 parent 1d0ecc0 commit 03fb516
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 0 deletions.
33 changes: 33 additions & 0 deletions complete.html
Expand Up @@ -11719,6 +11719,18 @@ <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-table-element>table</a></code> element

<td><code title=attr-aria-role-grid>grid</code> role

<tr><td><code><a href=#the-tbody-element>tbody</a></code> element

<td><code title=attr-aria-role-rowgroup>rowgroup</code> role

<tr><td><code><a href=#the-td-element>td</a></code> element

<td><code title=attr-aria-role-gridcell>gridcell</code> role

<tr><td><code><a href=#the-template-element>template</a></code> element

<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"
Expand All @@ -11732,10 +11744,22 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>

<td>The <code title=attr-aria-required>aria-required</code> state set to "true"

<tr><td><code><a href=#the-tfoot-element>tfoot</a></code> element

<td><code title=attr-aria-role-rowgroup>rowgroup</code> role

<tr><td><code><a href=#the-thead-element>thead</a></code> element

<td><code title=attr-aria-role-rowgroup>rowgroup</code> role

<tr><td><code><a href=#the-title-element>title</a></code> element

<td><a href=#concept-role-none title=concept-role-none>No role</a>

<tr><td><code><a href=#the-tr-element>tr</a></code> element

<td><code title=attr-aria-role-row>row</code> role

<tr><td>Element that is <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>

<td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
Expand Down Expand Up @@ -12028,6 +12052,15 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<code title=attr-aria-role-listbox>listbox</code> or
<code title=attr-aria-role-menu>menu</code>

<tr><td><code><a href=#the-th-element>th</a></code> element

<td><code title=attr-aria-role-gridcell>gridcell</code> role

<td>Role must be either
<code title=attr-aria-role-columnheader>columnheader</code>,
<code title=attr-aria-role-rowheader>rowheader</code>, or
<code title=attr-aria-role-gridcell>gridcell</code>

<tr><td><code><a href=#the-ul-element>ul</a></code> element

<td><code title=attr-aria-role-list>list</code> role
Expand Down
33 changes: 33 additions & 0 deletions index
Expand Up @@ -11719,6 +11719,18 @@ 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-table-element>table</a></code> element

<td><code title=attr-aria-role-grid>grid</code> role

<tr><td><code><a href=#the-tbody-element>tbody</a></code> element

<td><code title=attr-aria-role-rowgroup>rowgroup</code> role

<tr><td><code><a href=#the-td-element>td</a></code> element

<td><code title=attr-aria-role-gridcell>gridcell</code> role

<tr><td><code><a href=#the-template-element>template</a></code> element

<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"
Expand All @@ -11732,10 +11744,22 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<td>The <code title=attr-aria-required>aria-required</code> state set to "true"

<tr><td><code><a href=#the-tfoot-element>tfoot</a></code> element

<td><code title=attr-aria-role-rowgroup>rowgroup</code> role

<tr><td><code><a href=#the-thead-element>thead</a></code> element

<td><code title=attr-aria-role-rowgroup>rowgroup</code> role

<tr><td><code><a href=#the-title-element>title</a></code> element

<td><a href=#concept-role-none title=concept-role-none>No role</a>

<tr><td><code><a href=#the-tr-element>tr</a></code> element

<td><code title=attr-aria-role-row>row</code> role

<tr><td>Element that is <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>

<td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
Expand Down Expand Up @@ -12028,6 +12052,15 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
<code title=attr-aria-role-listbox>listbox</code> or
<code title=attr-aria-role-menu>menu</code>

<tr><td><code><a href=#the-th-element>th</a></code> element

<td><code title=attr-aria-role-gridcell>gridcell</code> role

<td>Role must be either
<code title=attr-aria-role-columnheader>columnheader</code>,
<code title=attr-aria-role-rowheader>rowheader</code>, or
<code title=attr-aria-role-gridcell>gridcell</code>

<tr><td><code><a href=#the-ul-element>ul</a></code> element

<td><code title=attr-aria-role-list>list</code> role
Expand Down
47 changes: 47 additions & 0 deletions source
Expand Up @@ -11895,6 +11895,24 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<td><span data-x="concept-role-none">No role</span>

<tr>

<td><code>table</code> element

<td><code data-x="attr-aria-role-grid">grid</code> role

<tr>

<td><code>tbody</code> element

<td><code data-x="attr-aria-role-rowgroup">rowgroup</code> role

<tr>

<td><code>td</code> element

<td><code data-x="attr-aria-role-gridcell">gridcell</code> role

<tr>

<td><code>template</code> element
Expand All @@ -11917,12 +11935,30 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )

<td>The <code data-x="attr-aria-required">aria-required</code> state set to "true"

<tr>

<td><code>tfoot</code> element

<td><code data-x="attr-aria-role-rowgroup">rowgroup</code> role

<tr>

<td><code>thead</code> element

<td><code data-x="attr-aria-role-rowgroup">rowgroup</code> role

<tr>

<td><code>title</code> element

<td><span data-x="concept-role-none">No role</span>

<tr>

<td><code>tr</code> element

<td><code data-x="attr-aria-role-row">row</code> role

<tr>

<td>Element that is <span data-x="concept-fe-disabled">disabled</span>
Expand Down Expand Up @@ -12333,6 +12369,17 @@ plaintext = *( %x0000-2029 / %x202F-2065 / %x206A-10FFFF )
<code data-x="attr-aria-role-listbox">listbox</code> or
<code data-x="attr-aria-role-menu">menu</code>

<tr>

<td><code>th</code> element

<td><code data-x="attr-aria-role-gridcell">gridcell</code> role

<td>Role must be either
<code data-x="attr-aria-role-columnheader">columnheader</code>,
<code data-x="attr-aria-role-rowheader">rowheader</code>, or
<code data-x="attr-aria-role-gridcell">gridcell</code>

<tr>

<td><code>ul</code> element
Expand Down

0 comments on commit 03fb516

Please sign in to comment.