diff --git a/index.html b/index.html index 8a42ab4d..8afc1898 100644 --- a/index.html +++ b/index.html @@ -5485,16 +5485,15 @@

State

  • 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:

      -
    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.