- From: L. David Baron <notifications@github.com>
- Date: Tue, 10 Feb 2026 08:34:04 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 February 2026 16:34:19 UTC
@dbaron commented on this pull request. > @@ -3270,9 +3273,9 @@ from a <a for=/>node</a> <var>parent</var>: <div algorithm> <p><a lt="Other applicable specifications">Specifications</a> may define <dfn export id=concept-node-remove-ext>removing steps</dfn> for all or some <a for=/>nodes</a>. The -algorithm is passed a <a for=/>node</a> <var ignore>removedNode</var> and a -<a for=/>node</a>-or-null <var ignore>oldParent</var>, as indicated in the <a for=/>remove</a> -algorithm below. +algorithm is passed a <a for=/>node</a> <var ignore>removedNode</var>, a <a for=/>node</a> +<var ignore>oldAncestor</var>, and a boolean <var ignore>isSubtreeRoot</var> as indicated in the +<a for=/>remove</a> algorithm below. Oops, I meant to do that but somehow I missed it here and only did it in the HTML part! Done now. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1450#discussion_r2788901350 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1450/review/3780033713@github.com>
Received on Tuesday, 10 February 2026 16:34:19 UTC