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

@dbaron commented on this pull request.



> @@ -2994,8 +2994,9 @@ null.
 <div algorithm>
 <p><a lt="Other applicable specifications">Specifications</a> may define
 <dfn export id=concept-node-move-ext>moving steps</dfn> for all or some <a for=/>nodes</a>. The
-algorithm is passed a <a for=/>node</a> <var>movedNode</var>, and a <a for=/>node</a>-or-null
-<var ignore>oldParent</var> as indicated in the <a for=/>move</a> algorithm below. Like the
+algorithm is passed a <a for=/>node</a> <var>movedNode</var>, a <a for=/>node</a>
+<var ignore>oldAncestor</var>, and a boolean <var ignore>isSubtreeRoot</var>
+as indicated in the <a for=/>move</a> algorithm below. Like the

Done

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

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

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