Re: [whatwg/dom] Pass better parent/root information to (re)moving steps. (PR #1450)

@dbaron commented on this pull request.



> @@ -3108,9 +3108,10 @@ to do these things asynchronously, however.
 
   <ol>
    <li>
-    <p>If <var>inclusiveDescendant</var> is <var>node</var>, then run the <a>moving steps</a> with
-    <var>inclusiveDescendant</var> and <var>oldParent</var>. Otherwise, run the <a>moving steps</a>
-    with <var>inclusiveDescendant</var> and null.
+    <p>Let <var>isSubtreeRoot</var> be whether <var>inclusiveDescendant</var> is <var>node</var>.

I think we do, at least for the `source` element's *moving* steps (since we can't check the parent for the moving steps).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1450#discussion_r2784050413
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1450/review/3774788659@github.com>

Received on Monday, 9 February 2026 18:42:33 UTC