diff --git a/aria-practices.html b/aria-practices.html index 0b8a466ea7..36be84e412 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -6419,9 +6419,8 @@
aria-level
heading
listitem
treeitem
row
tablist
(not recommended)grid
(not recommended)heading
Rolerow
RoleDo not use aria-level
on rows that are in a grid
or a table
because only rows in a treegrid
table are expected to have a hierarchical relationship.
grid
RoleThe attribute aria-level
can be used on elements with role grid
to represent nested grids but it is not recommended.