Skip to content

Commit 555f74f

Browse files
committed
Remove mention of grid and tablist
See w3c/aria#915 Fixes #1156.
1 parent 6bc16ee commit 555f74f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

aria-practices.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6346,9 +6346,8 @@ <h2>Describing Hierarchical Structure with <code>aria-level</code></h2>
63466346
<ul>
63476347
<li><code>heading</code></li>
63486348
<li><code>listitem</code></li>
6349+
<li><code>treeitem</code></li>
63496350
<li><code>row</code></li>
6350-
<li><code>tablist</code> (not recommended)</li>
6351-
<li><code>grid</code> (not recommended)</li>
63526351
</ul>
63536352
<section id="aria-level_heading_role">
63546353
<h3><code>heading</code> Role</h3>
@@ -6450,11 +6449,6 @@ <h3><code>row</code> Role</h3>
64506449
<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>
64516450
</section>
64526451

6453-
<section id="aria-level_grid_role">
6454-
<h3><code>grid</code> Role</h3>
6455-
<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>
6456-
</section>
6457-
64586452
</section>
64596453

64606454
<section id="presentation_role">

0 commit comments

Comments
 (0)