- From: Cameron McCormack <cam-www-svg@aka.mcc.id.au>
- Date: Fri, 14 Jan 2005 15:13:49 +1100
- To: www-svg@w3.org
...but what happens if you change the value of the version attribute on
the document element?
<svg xmlns="http://www.w3.org/2000/svg" version="1.2">
<solidColor solid-color="red"/>
<rect width="100%" height="100%"
onclick="document.documentElement.setAttributeNS(null, 'version', '1.1')"/>
</svg>
After clicking the rect, is the document in error?
Also, while I'm talking about solidColor, what is the purpose of the
stop element as a child of solidColor? The schema says that it is
allowed but I'm not sure why.
Cameron
--
Cameron McCormack
| Web: http://mcc.id.au/
| ICQ: 26955922
Received on Friday, 14 January 2005 04:13:55 UTC