Skip to content

Commit 95447c0

Browse files
zcorpanmcking65
authored andcommitted
Remove mention of grid and tablist
See w3c/aria#915 Fixes #1156.
1 parent 6f67e9f commit 95447c0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

aria-practices.html

+1-7
Original file line numberDiff line numberDiff line change
@@ -6743,9 +6743,8 @@ <h2>Describing Hierarchical Structure with <code>aria-level</code></h2>
67436743
<ul>
67446744
<li><code>heading</code></li>
67456745
<li><code>listitem</code></li>
6746+
<li><code>treeitem</code></li>
67466747
<li><code>row</code></li>
6747-
<li><code>tablist</code> (not recommended)</li>
6748-
<li><code>grid</code> (not recommended)</li>
67496748
</ul>
67506749
<section id="aria-level_heading_role">
67516750
<h3><code>heading</code> Role</h3>
@@ -6846,11 +6845,6 @@ <h3><code>row</code> Role</h3>
68466845
</code></pre>
68476846
<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>
68486847
</section>
6849-
6850-
<section id="aria-level_grid_role">
6851-
<h3><code>grid</code> Role</h3>
6852-
<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>
6853-
</section>
68546848
</section>
68556849

68566850
<section id="presentation_role">

0 commit comments

Comments
 (0)