- From: Dominic Farolino <notifications@github.com>
- Date: Thu, 27 Feb 2025 08:25:05 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 February 2025 16:25:09 UTC
@domfarolino commented on this pull request. > @@ -2881,6 +2881,145 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run </ol> +<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 ignore>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 +<a>insertion steps</a>, these steps must not modify the <a>node tree</a> that +<var>insertedNode</var> <a>participates</a> in, create <a for=/>browsing contexts</a>, +<a lt="fire an event">fire events</a>, or otherwise execute JavaScript. These steps may queue tasks +to do these things asynchronously, however. + + +<p>To <dfn>move</dfn> a <a for=/>node</a> <var>node</var> into a <a for=/>node</a> +<var>newParent</var> before a <a for=/>node</a> <var>child</var>: That's right, fixing. Thanks. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1307#discussion_r1973934469 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1307/review/2648373073@github.com>
Received on Thursday, 27 February 2025 16:25:09 UTC