[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 #13 from Jonas Sicking <jonas@sicking.cc> 2010-10-06 21:03:21 UTC ---
I don't have a strong preference. One thing to remember is that this is only a
problem for document.write, which is a horrible API anyway.

I can generally live with either behavior here. But I definitely agree that
telling written tags apart from network-originated tags potentially introduces
a fair amount of complexity into the parser. (Including in gecko if/when we
start doing speculative parsing for doc.written stuff)

-- 
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 Wednesday, 6 October 2010 21:03:23 UTC