[Bug 9659] Initial U+0000 should not set frameset-ok to "not ok"

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

--- Comment #26 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-10-12 09:33:24 UTC ---
Oh, ok. That one wasn't CDATA-specific, it was a general problem.

To fix the CDATA-in-HTML-in-SVG issue, a test before the tree constructor is no
good. We'd have to add a test right in the tokenizer to look at the current
element in the stack of open elements, as far as I can tell. In fact it seems
orthogonal to whether we use a state in the tree constructor. Am I missing
something here? Maybe I don't really understand what you had in mind when you
say you want a test higher up rather than an insertion mode. Could you
elaborate?

-- 
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 Tuesday, 12 October 2010 09:33:27 UTC