- From: Thomas Broyer <t.broyer@gmail.com>
- Date: Sun, 10 Dec 2006 14:06:11 +0100
2006/12/10, Sam Ruby: > On 12/9/06, Thomas Broyer wrote: > > > > I'm not found of using <script> for inlining SVG or MathML, but it is > > proven to work on current browsers. We just have to make sure HTML5 > > won't declare those documents invalid, and for this we need to say > > that </ is not a parse error inside <script> and shouldn't be treated > > as an EndTag token except if it actually is the </script> end tag. > > FWIW:<script> is a valid tag inside of SVG. Demo: > http://www.croczilla.com/svg/samples/svgtetris/svgtetris.svg Use a prefix <svg:script> ;-) -- Thomas Broyer
Received on Sunday, 10 December 2006 05:06:11 UTC