From d0966e68f95302ec49dd63623a15a6915c74df40 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 4 Apr 2024 13:40:07 -0400 Subject: [PATCH 1/2] Clarify li element role mapping The intent of this text change is to clarify that a list item that is still a child of a list, but has intervening generic elements should still be exposed as a listitem. e.g., ```
  • with no list ancestor = generic
  • ``` --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ee61589..88ed354 100644 --- a/index.html +++ b/index.html @@ -5104,7 +5104,7 @@

    `li`

    Comments - If `li` element is not a child of `ol` , `menu` or `ul`, or if the containing + If `li` element is not an accessibility child of an `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. From 9cb316a0425746d911eff909dcd823973e5ebdfb Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 18 Apr 2024 19:27:41 -0400 Subject: [PATCH 2/2] Update index.html Co-authored-by: Valerie Young --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b9017b8..46d27c0 100644 --- a/index.html +++ b/index.html @@ -5104,7 +5104,7 @@

    `li`

    Comments - If `li` element is not an accessibility child of an `ol` , `menu` or `ul`, or if the containing + If `li` element is not an [=accessibility child=] of an `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.