From 910492d23dbab77e3088d9a263ec0f8d62ca3186 Mon Sep 17 00:00:00 2001 From: Di Zhang Date: Wed, 4 Dec 2024 11:25:15 -0500 Subject: [PATCH] Fix wrong nesting of node --- source | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source b/source index 93e045fd4fc..4bd07de3191 100644 --- a/source +++ b/source @@ -80141,12 +80141,12 @@ dictionary ToggleEventInit : EventInit {
  • Break.

  • - -

    Different items can have the same inclusive ancestor. - Only add to output if it is not already in the reading flow order. This - loop stops when the inclusive ancestor of item within the flat - tree is in the scope.

    +

    Different items can have the same inclusive ancestor. + Only add to output if it is not already in the reading flow order. This + loop stops when the inclusive ancestor of item within the flat + tree is in the scope.

    +
  • Set item to the parent element of item within the flat tree.