[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 #14 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-09-12 20:56:58 ---
Nothing depends on convincing me here, I'll spec whatever ends up interoperably
implemented. :-)

I agree that making the parser depend on non-ASCII characters is bad, so we
definitely need to change something here.

The only alternative that seems to make sense is that U+0000 gets converted to
a token that gets converted to U+FFFD in the tree builder, except in the "in
body" mode, where it is ignored.

The alternative suggested in comment 11 has the unfortunate behaviour of making
nulls in HTML in SVG in HTML act different than nulls in HTML, which seems
unfortunate.

-- 
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 Sunday, 12 September 2010 20:57:00 UTC