[Bug 9843] Specced behavior for document.write("<link rel=stylesheet href=...><script>...</script>...") matches none of the top 4 engines

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9843

--- Comment #9 from Jonas Sicking <jonas@sicking.cc> 2010-09-30 04:33:37 UTC ---
Hrm.. though now I remember that it does have the side effect that you don't
really know how much content has been inserted into the DOM if you
document.write an inline script.

I.e. the DOM you see after the insert depends on if all existing stylesheets
have loaded or not. That is also not very nice.

-- 
Configure bugmail: http://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, 30 September 2010 04:33:39 UTC