[Bug 17529] Inserting multiple script elements using a document fragment isn't specified properly

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17529

--- Comment #5 from Henri Sivonen <hsivonen@iki.fi> 2012-06-21 06:33:30 UTC ---
In addition to a document fragment, the same rules should apply even when
inserting multiple elements at one by inserting an element that has element
descendants.

About the execution order:
The parser executes scripts not in the depth-first order of start tags but in
the depth first order of end tags. Of course, we don't have to be consistent
with that, but worth remembering anyway.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 21 June 2012 06:34:09 UTC