Re: [cssom] .style on CSSFontFaceRule and CSSPageRule should probably not be CSSStyleDeclarations as that interface is currently defined

On Tue, Aug 21, 2012 at 1:08 PM, Glenn Adams <glenn@skynav.com> wrote:
> Alternatively, we could freeze the set of
> named properties (e.g., to only some or all of what was defined in
> CSS2Properties), and require other properties to be accessed via
> getPropertyValue etc.

Oh god no.  That's a horrible interface.  Everyone in the world just
uses el.style.foo to access properties, and that needs to continue
working as we add new things.

~TJ

Received on Tuesday, 21 August 2012 20:31:24 UTC