From 6a79572f9b3e932a7395f7490d4a602a986578df Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Fri, 20 Dec 2024 16:23:49 -0500 Subject: [PATCH] Run `specfmt` --- source | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source b/source index 52674e7bcd8..963b170153c 100644 --- a/source +++ b/source @@ -79848,10 +79848,10 @@ dictionary ToggleEventInit : EventInit { is a negative integer.

-

By default, the order within a tabindex-ordered focus navigation scope is determined - by each element's tabindex value. This ordering criteria is sometimes overridden, as is - the case with reading-flow-ordered focus - navigation scopes.

+

By default, the order within a tabindex-ordered focus navigation scope is + determined by each element's tabindex value. This ordering criteria is sometimes + overridden, as is the case with reading-flow-ordered focus navigation scopes.

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

@@ -80128,8 +80128,8 @@ dictionary ToggleEventInit : EventInit {
  • Let items be container's rendering-defined sibling reading flow.

  • -
  • Assert: items is a list of reading flow items.

  • +
  • Assert: items is a list of reading flow items.

  • For each item of items:

    @@ -80184,8 +80184,8 @@ dictionary ToggleEventInit : EventInit {
  • -

    For each child of owner element's children, in tree order:

    +

    For each child of owner element's + children, in tree order:

    1. If scope contains child and @@ -80373,8 +80373,8 @@ dictionary ToggleEventInit : EventInit { ordinary tabindex-ordered focus navigation scope previously mentioned, are all recursively composed to form the following: « A, B, DC, F, C, E, D, H, PA, - G ».

      + data-x="">E, D, H, PA, G ».