diff --git a/source b/source index a72104f581f..9cc1db65fc2 100644 --- a/source +++ b/source @@ -79456,7 +79456,7 @@ dictionary ToggleEventInit : EventInit {

The order within a tabindex-ordered focus navigation scope is determined by each element's tabindex value and, for reading-flow focus navigation scope, by the special rules provided by the sequential navigation search algorithm. The - tabindex value should takes precedence over reading flow.

+ tabindex value should take precedence over reading flow.

The rules there do not give a precise ordering, as they are composed mostly of "should" statements and relative orderings.

@@ -79714,52 +79714,51 @@ dictionary ToggleEventInit : EventInit {

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

-

A non participating reading flow item is +

A non-participating reading flow item is a reading flow item whose computed value of the 'display' property is 'contents' or whose computed value of the 'position' property is 'fixed' or 'absolute'.

A participating reading flow item is a reading flow item that is not a non participating reading flow item.

+ data-x="non-participating-reading-flow-item">non-participating reading flow item.

-

A reading-flow focus navigation scope is a tabindex-ordered focus navigation - scope where the focus navigation scope owner is a reading flow scope - owner.

+

A reading-flow focus navigation scope is the tabindex-ordered focus navigation + scope of a reading flow scope owner.

The reading flow order for a reading-flow focus navigation scope is determined by the scope owner's computed value of the 'reading-flow' property: @@ -80402,9 +80401,11 @@ dictionary ToggleEventInit : EventInit {
  • Return candidate.

  • -

    The reading flow sequential navigation search algorithm consists of the following - steps. This algorithm takes three arguments: a reading flow item current, a direction - direction and a reading-flow focus navigation scope scope.

    +

    The reading flow sequential navigation search algorithm, given a reading flow item current, a sequential focus + direction direction and a reading-flow focus navigation scope + scope, consists of the following steps. They return a focusable + area-or-null.