- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Nov 2011 10:45:33 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14770 David Carlisle <davidc@nag.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |davidc@nag.co.uk --- Comment #1 from David Carlisle <davidc@nag.co.uk> 2011-11-11 10:45:31 UTC --- (In reply to comment #0) > I.e. change the way <script> and <style> are parsed in the SVG and MathML > contexts to be the same way they are parsed outside of it. > > See also: > http://lists.w3.org/Archives/Public/public-webapps/2011OctDec/0812.html valid mathml won't have script or style anyway, so I can see no possibility of objections to this from the mathml side. Speaking personally (not checked with the Math WG). I agree with the original comment that even if script/style were valid mathml they should be parsed as per html rather than as xml CDATA. Other aspects of the parse, notably omitted end tags follow html rules, so it isn't the case that you can simply cut and paste between the xml and html serialisations in any case. -- 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 Friday, 11 November 2011 10:45:42 UTC