From 98062538cf12f787f971f1d15039699d4fe92469 Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Fri, 18 Aug 2023 12:37:23 -0700 Subject: [PATCH] Make the excluding options a list --- index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 426321cac..573d13f3f 100644 --- a/index.html +++ b/index.html @@ -13467,7 +13467,12 @@

Relationships in the Accessibility Tree

  • All DOM descendants of an element with role generic or none specified via aria-owns with only elements of role generic or none intervening.
  • -

    Excluding those DOM elements that have no corresponding accessible object because they have been excluded from the accessibility tree, and excluding any elements whose corresponding accessible object have been reparented in the accessibility tree via aria-owns.

    +

    And excludes the following: +

    +

    In the following example, the list element has four accessibility children:

     <div role="list" aria-owns="child3 child4">
    @@ -13494,11 +13499,11 @@ 

    Relationships in the Accessibility Tree

    The following four examples all contain a listitem element with an accessibility parent of role list: