- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 12 Dec 2024 05:44:56 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 December 2024 13:45:00 UTC
@annevk 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: Yes. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1307#discussion_r1882145851 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1307/review/2499677720@github.com>
Received on Thursday, 12 December 2024 13:45:00 UTC