- From: Dominic Farolino <notifications@github.com>
- Date: Thu, 29 Feb 2024 13:51:15 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 February 2024 21:51:19 UTC
@domfarolino commented on this pull request. > @@ -2645,12 +2645,69 @@ of a <var>node</var> into a <var>parent</var> before a <var>child</var>, run the <p><a lt="Other applicable specifications">Specifications</a> may define <dfn export id=concept-node-insert-ext>insertion steps</dfn> for all or some <a for=/>nodes</a>. The -algorithm is passed <var ignore>insertedNode</var>, as indicated in the <a for=/>insert</a> -algorithm below. +algorithm is passed <var>insertedNode</var>, as indicated in the <a for=/>insert</a> algorithm Hmm you mean describe the motivation for having both `#concept-node-insert` and `#concept-node-insert-ext`, or having both `#concept-node-insert-ext` and `#concept-node-post-insert-ext`? Assuming you mean the latter, do you mean just clarifying that we don't want script to run in between individual node insertions, because it can modify the DOM tree and complicate the ongoing insertion? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1261#discussion_r1508234101 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1261/review/1909936643@github.com>
Received on Thursday, 29 February 2024 21:51:19 UTC