- From: Jeff Schiller <codedread@gmail.com>
- Date: Wed, 30 Jul 2008 00:31:48 -0500
- To: "HTML WG" <public-html@w3.org>
On Wed, Jul 30, 2008 at 12:23 AM, Jeff Schiller <codedread@gmail.com> wrote: > Could the SVGWG's proposal be modified such that the SVG parser > actually returns a parser error if the element is not found to be in > the SVG namespace? I acknowledge that this requires an extra hook > into the standard XML parser to check on the element name. Note that this is not really a problem with XHTML-inside SVG-inside-HTML (or MathML or ...) because those elements have to be namespaced properly to exist inside the SVG fragment anyway. <html><body> <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <p>Hello, world!</p>
Received on Wednesday, 30 July 2008 05:32:24 UTC