From 59e3cd3ba06924b5fb0959534fc9d4d32ffb281a Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Wed, 1 Jul 2026 18:28:25 +0200 Subject: [PATCH 1/2] fix: update incorrect node references --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8a42ab4d..a67b4241 100644 --- a/index.html +++ b/index.html @@ -5485,16 +5485,16 @@

State

  • Return a pair of (x, y). -

    To determine if node is not in the same tree - as another node, other, +

    To determine if node is not in the same tree + as another {{Node}}, other, run the following substeps:

      -
    1. If the node's [=Node/node document=] +

    2. If node's [=Node/node document=] is not other's [=Node/node document=], return true. -

    3. Return true if the result of calling the node's +

    4. Return true if the result of calling node's {{Node/compareDocumentPosition()}} with other as argument is {{Node/DOCUMENT_POSITION_DISCONNECTED}} (1), otherwise return false. From 4263ffecdef3b19177927c1ecd03bd47f9d4dc04 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Thu, 2 Jul 2026 14:18:11 +0200 Subject: [PATCH 2/2] Apply suggestion from @whimboo Co-authored-by: Henrik Skupin --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index a67b4241..8afc1898 100644 --- a/index.html +++ b/index.html @@ -5485,8 +5485,7 @@

      State

    5. Return a pair of (x, y).

    -

    To determine if node is not in the same tree - as another {{Node}}, other, +

    To determine if a {{Node}} node is not in the same tree as a {{Node}} other, run the following substeps: