From 8925ce63c31d6b608ddc11b9b7f6bfb276bd38db Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 19 May 2023 08:36:29 -0400 Subject: [PATCH] further clarifications for li role mapping (#476) --- html-aam/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index 7cfffbaa7..6a0cdb49a 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -2174,8 +2174,8 @@

HTML Element Role Mappings

Use WAI-ARIA mapping
- If `li` element is not a child of `ol` , `menu` or `ul` - then expose the `li` element with a `generic` role. + If `li` element is not a child of `ol` , `menu` or `ul`, or if the containing + list element is no longer exposed with a `list` role, then expose the `li` element with a `generic` role.