diff --git a/source b/source index fde2e322d06..52674e7bcd8 100644 --- a/source +++ b/source @@ -80107,9 +80107,6 @@ dictionary ToggleEventInit : EventInit { box is a reading flow container.

-

Every reading-flow-ordered scope owner has an associated reading flow - container.

-

A reading flow item is an element whose parent element is a reading-flow-ordered scope owner.

@@ -80214,7 +80211,7 @@ dictionary ToggleEventInit : EventInit { </style> </head> <body> - <div class="wrapper" tabindex="0"> + <div class="wrapper"> <div id="A" tabindex="0" style="order: 1">A <div id="B" tabindex="1">B</div> </div> @@ -80233,7 +80230,7 @@ dictionary ToggleEventInit : EventInit { </body> </html> -

In this example, wrapper is a reading-flow-ordered scope @@ -80374,10 +80371,10 @@ dictionary ToggleEventInit : EventInit { wrapper, the two reading-flow-ordered focus navigation scopes we computed above, along with every ordinary tabindex-ordered focus navigation scope previously mentioned, are all - recursively composed to form the following: « wrapper, A, B, DC, F, C, E, D, - H, PA, G ».

+ recursively composed to form the following: « A, B, + DC, F, C, E, D, H, PA, + G ».