diff --git a/source b/source index 45f4e86d807..768ab5ba5ed 100644 --- a/source +++ b/source @@ -80236,151 +80236,148 @@ dictionary ToggleEventInit : EventInit {

-

In this example, wrapper is the focus navigation scope owner - of a reading-flow-ordered focus navigation scope and a reading flow - container. Its reading flow order is computed as follows:

+

In this example, wrapper is a reading-flow-ordered scope + owner, and thus has a reading-flow-ordered focus navigation scope. Its + reading flow order is computed as follows:

-

Notice that DC is the focus navigation scope owner of a - reading-flow-ordered focus navigation scope, but its reading flow - container is still wrapper. Its reading flow order is - computed as follows:

+

Notice that DC is also a reading-flow-ordered scope owner; + the reading flow order of its reading-flow-ordered focus navigation + scope is computed as follows:

-

A, C, F, PA and H are reading flow - items. Each is the focus navigation scope owner of a tabindex-ordered - focus navigation scope that does not follow the reading flow order. For example, - the focus navigation scope of C will be « E, D » because E has a higher positive tabindex - value than D.

- -

Combining everything together, the flattened tabindex-ordered focus navigation scope - for wrapper is « wrapper, A, - B, DC, F, C, E, D, H, - PA, G ».

+

Each of A, C, F, PA, and H are reading + flow items, and the focus navigation scope owner of a tabindex-ordered + focus navigation scope that does not follow the reading flow order. For + example, the tabindex-ordered focus navigation scope of C is + « E, D », because E has a + higher positive tabindex value than D.

+ +

Finally, when computing the flattened tabindex-ordered focus navigation scope of + 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 ».