Re: SVGWG SVG-in-HTML proposal (Was: ISSUE-41: Decentralized extensibility)

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