W3C home > Mailing lists > Public > www-svg@w3.org > May 2005

treatment of non-svg elements in an svg document

From: Alexander Macdonald <lists@alexmac.cc>
Date: Fri, 20 May 2005 19:49:47 +0100
Message-ID: <428E314B.5000802@alexmac.cc>
To: www-svg@w3.org

Hi

Looking at the SVG 1.1 and 1.2 spec it says that elements outside the svg
namespace can occur anywhere in an svg document and will be ignored. Does this
mean that the svg renderer should ignore it completely or descend into it's
children in an attempt to find any other svg elements that may exist as its
descendents. In other words, how should the following be properly rendered:

<svg:svg>
	<myns:foo>
		<svg:text>Does this appear?</svg:text>
	</myns:foo>
</svg:svg>

I would assume the spec means that the svg renderer should NOT descend into it,
but apparently Amaya does do this. can someone clarify the proper interpretation
of the spec for me?

Thanks,
Alex Macdonald
Received on Saturday, 21 May 2005 05:08:19 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:54:06 UTC