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

@dbaron commented on this pull request.



> @@ -3108,9 +3109,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>.
+
+    <p>Run the <a>moving steps</a> with <var>inclusiveDescendant</var>, <var>oldParent</var>, and
+    <var>isSubtreeRoot</var>.
 
     <p class="note">Because the <a>move</a> algorithm is a separate primitive from
     <a for=/>insert</a> and <a for=/>remove</a>, it does not invoke the traditional

Done.

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

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

Received on Tuesday, 10 February 2026 14:39:45 UTC