- From: Alexander Macdonald <lists@alexmac.cc>
- Date: Fri, 20 May 2005 19:49:47 +0100
- 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