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: