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

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

--- Comment #17 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-10-21 21:23:30 UTC ---
(In reply to comment #9)
> Regarding document.write. It is completely orthogonal to the proposal in this
> bug.

I don't see how. document.write()'s re-entrancy behaviour depends on how the
"script" end tag is processed. Right now, it's not re-entrant in SVG because
the "script" end tag in SVG is processed differently than the "script" end tag
in HTML. If we make them use the same code, then the SVG scripts will support
re-entrant document.write().

-- 
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, 21 October 2010 21:23:36 UTC