Skip to content

Commit

Permalink
table, grid, cell, and gridcell roles for table, th, and td elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkiss committed Sep 30, 2015
1 parent fdbfcac commit f229757
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions html-aam/html-aam.html
Expand Up @@ -3499,7 +3499,7 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-table">
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-table-element"><code>table</code></a></th>
<td class="aria"><a class="core-mapping" href="#role-map-grid"><code>grid</code></a> role, with <code>aria-interactive</code> property set to "false"<br><br>Note: the aria-interactive property is still a work-in-progress following 30 April 2015 PFWG meeting.</td>
<td class="aria"><a class="core-mapping" href="#role-map-table"><code>table</code></a> role</td>
<td class="uia-express"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
Expand All @@ -3516,7 +3516,16 @@ <h3>HTML Element Role Mappings</h3>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
</tr>
<tr tabindex="-1" id="el-td">
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-td-element"><code>td</code></a></th>
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-td-element"><code>td</code></a> (ancestor <a href="http://www.w3.org/TR/html51/semantics.html#the-table-element"><code>table</code></a> element has <a class="core-mapping" href="#role-map-table"><code>table</code></a> role)</th>
<td class="aria"><a class="core-mapping" href="#role-map-cell"><code>cell</code></a> role</td>
<td class="uia-express"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
</tr>
<tr tabindex="-1" id="el-td-gridcell">
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-td-element"><code>td</code></a> (ancestor <a href="http://www.w3.org/TR/html51/semantics.html#the-table-element"><code>table</code></a> element has <a class="core-mapping" href="#role-map-grid"><code>grid</code></a> role)</th>
<td class="aria"><a class="core-mapping" href="#role-map-gridcell"><code>gridcell</code></a> role</td>
<td class="uia-express"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
Expand Down Expand Up @@ -3556,7 +3565,16 @@ <h3>HTML Element Role Mappings</h3>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
</tr>
<tr tabindex="-1" id="el-th">
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-th-element"><code>th</code></a> <span class="el-context">(is neither a column header nor a row header)</span></th>
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-th-element"><code>th</code></a> <span class="el-context">(is neither column header nor row header, and ancestor <a href="http://www.w3.org/TR/html51/semantics.html#the-table-element"><code>table</code></a> element has <a class="core-mapping" href="#role-map-table"><code>table</code></a> role)</span></th>
<td class="aria"><a class="core-mapping" href="#role-map-cell"><code>cell</code></a> role</td>
<td class="uia-express"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
</tr>
<tr tabindex="-1" id="el-th-gridcell">
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-th-element"><code>th</code></a> <span class="el-context">(is neither column header nor row header, and ancestor <a href="http://www.w3.org/TR/html51/semantics.html#the-table-element"><code>table</code></a> element has <a class="core-mapping" href="#role-map-grid"><code>grid</code></a> role)</span></th>
<td class="aria"><a class="core-mapping" href="#role-map-gridcell"><code>gridcell</code></a> role</td>
<td class="uia-express"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
Expand Down

0 comments on commit f229757

Please sign in to comment.