The .style IDL attribute

Hi

Please remove the definition of SVGElement#style and replace it with  
something like:

[[
If the user agent supports styling with CSS, the following IDL applies:

SVGElement implements ElementCSSInlineStyle;
]]

and reference CSSOM.

This should make .style in SVG be the same as .style in HTML, defined in  
one place. The suggested wording would make the attribute absent if CSS is  
not supported.

Also see
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21848
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21849

cheers
-- 
Simon Pieters
Opera Software

Received on Friday, 26 April 2013 12:55:30 UTC