From 7a56914cced549c5691d9db0e42c28d92224eb67 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 0b8a466ea7..36be84e412 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -6419,9 +6419,8 @@

Describing Hierarchical Structure with aria-level

heading Role

@@ -6523,11 +6522,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.

-
-