[Bug 10901] Use same parsing for HTML <script> and SVG <script>

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

--- Comment #9 from Jonas Sicking <jonas@sicking.cc> 2010-10-11 22:58:46 UTC ---
Regarding document.write. It is completely orthogonal to the proposal in this
bug. The proposal here is just about changing the tokenizer as well as about
some changes as to when the tree builder changes the tokenizer state.

If you really do think that this changes how document.write behaves, can you
please point to language in the spec supporting this?

I guess next action is on me to run some queries over pages to see how often
the string "<![CDATA[" occurs inside <script> elements on existing pages.
Especially how often it occurs after non-whitespace characters.

-- 
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 Monday, 11 October 2010 22:58:51 UTC