diff --git a/index.html b/index.html index 706c75b9d..e7d903f28 100644 --- a/index.html +++ b/index.html @@ -400,9 +400,9 @@
An 'owning element' is any DOM ancestor of the element, or any element with an
An 'parent element' is a direct DOM parent of the element, an ancestor of the element with only
An owning parent element is a direct DOM parent of the element, an ancestor of the element with only
Any element that is a direct child of the element with this role. For example, an element with the role
To determine whether an element is the direct child of a role, user agents MUST ignore any elements with the role
To determine whether an element is the direct child of a role, user agents MUST ignore any intervening elements with the role
Descendents which are not direct children of an element ancestor are not constrained by allowed child roles. For example, an image
is not an allowed child of a list
, but it is a valid descendent so long as it is also a descendant of the list
's allowed child listitem
.
A role that has 'allowed child roles' does not imply the reverse relationship. Elements with roles in this list do not always have to be found within elements of the given role. See allowed parent roles for requirements about the context where elements of a given role will be contained.
An element with a subclass role of the 'allowed child role' does not fulfill this requirement. For example, the