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 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.