Skip to content

Commit

Permalink
Remove mention of grid and tablist
Browse files Browse the repository at this point in the history
See w3c/aria#915

Fixes #1156.
  • Loading branch information
zcorpan authored and mcking65 committed Dec 15, 2020
1 parent 6f67e9f commit 95447c0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -6743,9 +6743,8 @@ <h2>Describing Hierarchical Structure with <code>aria-level</code></h2>
<ul>
<li><code>heading</code></li>
<li><code>listitem</code></li>
<li><code>treeitem</code></li>
<li><code>row</code></li>
<li><code>tablist</code> (not recommended)</li>
<li><code>grid</code> (not recommended)</li>
</ul>
<section id="aria-level_heading_role">
<h3><code>heading</code> Role</h3>
Expand Down Expand Up @@ -6846,11 +6845,6 @@ <h3><code>row</code> Role</h3>
</code></pre>
<p>Do not use <code>aria-level</code> on rows that are in a <code>grid</code> or a <code>table</code> because only rows in a <code>treegrid</code> table are expected to have a hierarchical relationship.</p>
</section>

<section id="aria-level_grid_role">
<h3><code>grid</code> Role</h3>
<p>The attribute <code>aria-level</code> can be used on elements with role <code>grid</code> to represent nested grids but it is not recommended.</p>
</section>
</section>

<section id="presentation_role">
Expand Down

0 comments on commit 95447c0

Please sign in to comment.