[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 #14 from Henri Sivonen <hsivonen@iki.fi> 2010-10-07 12:43:24 UTC ---
(In reply to comment #13)
> (Including in gecko if/when we
> start doing speculative parsing for doc.written stuff)

I think it doesn't make sense to fully speculatively parse document.written
stuff in Gecko. When document.write blocks, it would make sense to prescan the
blocked part for interesting URLs. I'm planning on doing that sometime after
reimplementing the sanitizer. I think this will have no effect on the
provenance tracking machinery already in place in Gecko.

-- 
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, 7 October 2010 12:43:28 UTC