[css-masking] transform on SVGClipPathElement and SVGMaskElement

When I converted SVG 2's IDL to Web IDL, I made SVGClipPathElement 
inherit from SVGDefinitionElement -- but it probably should inherit from 
SVGTransformableElement instead, since transform="" is allowed to be 
specified on it.

Also, it seems like if transform="" is allowed on SVGClipPathElement 
then it should also be allowed on SVGMaskElement.

Received on Saturday, 5 January 2013 01:26:07 UTC