diff --git a/index.html b/index.html index 8a42ab4d..8afc1898 100644 --- a/index.html +++ b/index.html @@ -5485,16 +5485,15 @@
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:
If the node's [=Node/node document=] +
If node's [=Node/node document=] is not other's [=Node/node document=], return true. -
Return true if the result of calling the node's +
Return true if the result of calling node's {{Node/compareDocumentPosition()}} with other as argument is {{Node/DOCUMENT_POSITION_DISCONNECTED}} (1), otherwise return false.