[Bug 10803] Ignore document.written charset metas

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

--- Comment #9 from Henri Sivonen <hsivonen@iki.fi> 2010-12-02 08:38:36 UTC ---
(In reply to comment #8)
> Could you elaborate on how it would _add_ complexity?

In Gecko, the network stream and document.writes are parsed on different
threads by different instances of the parser core driven by different classes.
Currently, only the network stream driver class has code for dealing with the
tree builder finding a new encoding to switch to. If document.written metas
could cause the parser to switch encoding, the document.write driver class
would have to have similar code and it currently doesn't have that code.

-- 
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, 2 December 2010 08:38:38 UTC