Re: [whatwg/dom] Run insertion steps after DocumentFragment insertion completes (#576)

Hmm yeah, you are correct. When I was reading the Firefox code I was led to believe this is in fact the model, but if we inserted a `script` followed by an `iframe` this PR would break it as the `iframe` hasn't had a chance to create a browsing context yet.

So yeah, we need something more akin to that "script queue" concept and define when to empty it.

cc @domenic 

-- 
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/576#issuecomment-368525593

Received on Monday, 26 February 2018 14:45:29 UTC