[SVG12Mobile]: GetAttributeNS in uDOM

In uDOM the GetAttributeNS method on an attribute or property with no
defined value in a SVG Element should return "" or the string
representing its default value?

example:

<rect width="100" height="100"/>

GetAttributeNS(SVGNS,"fill");

Regards,

Diego

Received on Thursday, 18 May 2006 14:26:39 UTC