setAttributeNS method in SVGT 1.2 specification

Hi,

Element interface in SVGT 1.2 specification has two methods:
- DOMString getAttributeNS(in DOMString namespaceURI, 
  in DOMString localName) raises(DOMException)
- void setAttributeNS(in DOMString namespaceURI, in DOMString
  localName, in DOMString value)
 
First method getAttributeNS raises DOMException with NOT_SUPPORTED_ERR if
getAttributeNS tries to get an unsupported attribute. Should setAttributeNS
method be able to raise same exception if setAttributeNS tries to set an
unsupported attribute? Then the logic of these methods would be equal.

Thanks,
- Tomi

Received on Wednesday, 31 August 2005 06:10:52 UTC