- From: Dominic Farolino <notifications@github.com>
- Date: Thu, 12 Dec 2024 05:42:38 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/dom/pull/1307/review/2499664535@github.com>
@domfarolino commented on this pull request. > @@ -2845,6 +2911,101 @@ 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-moving-steps-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 <span +data-x="concept-insertion-steps-ext">insertion steps</span>, 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 export id=concept-node-move>move</dfn> a <var>node</var> into a <var>newParent</var> +before a <var>child</var>, run these steps: This was inspired by https://dom.spec.whatwg.org/#concept-node-insert, https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity, and https://dom.spec.whatwg.org/#concept-node-pre-insert. Should I still remove it? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1307#discussion_r1882136042 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1307/review/2499664535@github.com>
Received on Thursday, 12 December 2024 13:42:42 UTC