From afc58f863564015f0ec7d6aa36c303a711290112 Mon Sep 17 00:00:00 2001 From: Di Zhang Date: Thu, 26 Sep 2024 10:36:44 -0700 Subject: [PATCH] Address format review changes --- source | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/source b/source index 4ea40e195b9..2a3dc121c57 100644 --- a/source +++ b/source @@ -80784,21 +80784,19 @@ dictionary ToggleEventInit : EventInit { focusable.

-
  • -

    If candidate is a reading flow item or - null, direction is forward, and starting point is in a - reading-flow focus navigation scope scope, then let new - candidate be the result of running the reading flow sequential navigation search - algorithm with candidate as the first argument, direction as the - second, and starting point's focus navigation scope as the third.

    - -

    If starting point is a reading flow item, - direction is backward, and starting point is in a - reading-flow focus navigation scope scope, then let new - candidate be the result of running the reading flow sequential navigation search - algorithm with starting point as the first argument, direction as - the second, and starting point's focus navigation scope as the third.

    -
  • +
  • If candidate is a reading flow item or + null, direction is forward, and starting point is in a + reading-flow focus navigation scope scope, then let new + candidate be the result of running the reading flow sequential navigation search + algorithm given candidate, direction, and starting + point's focus navigation scope.

  • + +
  • If starting point is a reading flow + item, direction is backward, and starting point is in a + reading-flow focus navigation scope scope, then let new + candidate be the result of running the reading flow sequential navigation search + algorithm given starting point, direction, and starting + point's focus navigation scope.

  • If candidate is a navigable container with a non-null content