From 95447c0cde9c407d98c33e40b9230a4f10e9619b Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Mon, 28 Oct 2019 15:47:01 +0100 Subject: [PATCH] Remove mention of grid and tablist See https://github.com/w3c/aria/issues/915 Fixes #1156. --- aria-practices.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index ebfeeabcc..cd6e0aef5 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -6743,9 +6743,8 @@

Describing Hierarchical Structure with aria-level

heading Role

@@ -6846,11 +6845,6 @@

row Role

Do 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 Role

-

The attribute aria-level can be used on elements with role grid to represent nested grids but it is not recommended.

-