diff --git a/source b/source index 4cb27728921..5063398d273 100644 --- a/source +++ b/source @@ -3236,6 +3236,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The child concept
  • The root and shadow-including root concepts
  • The inclusive ancestor, + ancestor, descendant, shadow-including ancestor, shadow-including descendant, @@ -80025,8 +80026,8 @@ dictionary ToggleEventInit : EventInit { regardless.

    -
    If the value is a zero or if the value is a greater than zero and the element is a reading - flow item
    +
    If the value is either a zero, or
    +
    If the value is greater than zero and the element is a reading flow item

    The user agent must allow the element to be considered as a focusable area and @@ -80162,14 +80163,13 @@ dictionary ToggleEventInit : EventInit {

    The rendering-defined sibling reading flow of container - includes descendants of this reading flow - container that might not be in scope. For example, if a direct child of - container has CSS 'display: contents' and its nested children are included in - items. Some elements in items will have the container while - others will have 'display: contents' child as its associated focus navigation - owner. This step traverses the inclusive - ancestors of item within the flat tree to make sure we only - include an element in the reading flow order if it is in scope.

    + includes descendants of this reading flow container + that might not be in scope. For example, if a direct child of container has + CSS 'display: contents' and its nested children are included in items. Some elements in + items will have the container while others will have 'display: contents' child + as its associated focus navigation owner. This step traverses the ancestors of item within the flat tree to make sure + we only include an element in the reading flow order if it is in scope.