Re: [matrix][cssom-view] DOMPoint, DOMPointLiteral definitions

On 9/26/13 4:49 AM, Simon Pieters wrote:
> If we use separate interfaces for DOMRect and DOMRectReadOnly, should we
> do something similar for CSSStyleDeclaration?

Doing this or existing stuff can be hard.  Specifically, if pages are 
currently adding methods on CSSStyleDeclaration and expecting them to 
appear on both .style and computed style, we would break them...

-Boris

Received on Thursday, 26 September 2013 14:48:26 UTC