- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 11 Feb 2019 01:53:14 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 February 2019 09:53:35 UTC
annevk commented on this pull request. > @@ -2389,12 +2389,10 @@ of a <var>node</var> into a <var>parent</var> before a <var>child</var>, run the </ol> <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. -<!-- See https://github.com/whatwg/dom/issues/34#issuecomment-125571750 for why we might need to - adjust this further based on the requirements of the script element. There might be other ways - to define that though as Olli suggests, so leaving that out for now. --> +<dfn export id=concept-node-insert-ext>insertion steps</dfn> or +<dfn export id=concept-node-children-added>children added steps</dfn> for all or some +<a for=/>nodes</a>. The two algorithms are passed <var ignore>insertedNode</var> and +<var ignore>deferredStepsQueue</var>, as indicated in the <a for=/>insert</a> algorithm below. I see, I think it makes sense to group them, but that'd be a follow-up indeed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/732#discussion_r255435643
Received on Monday, 11 February 2019 09:53:35 UTC