Re: Exceptions for attributes on SVGForeignObjectElement

Cameron McCormack:
> In SVG 1.1 Second Edition, for consistency with attributes on other
> interfaces, I’m adding NO_MODIFICATION_ALLOWED_ERR DOMExceptions to the
> x/y/width/height attributes on the SVGForiegnObjectElement interface
> (for when the node is a readonly node).

Ugh, that’s completely bogus, sorry.  The attributes are readonly
SVGAnimatedLengths, so you can never set them.  SVGLength::value etc.
already have DOMExceptions on them.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Friday, 22 May 2009 06:14:59 UTC