Re: [css-cascade][cssom] Used value of non-applying properties?

On 4/14/14 5:26 PM, Tab Atkins Jr. wrote:
> CSSOM currently defines that if the property applies to the element,
> the resolved value is the used value; otherwise it's the computed
> value.  This gets around the issue, and fits with what Cascade says.
> However, only WebKit/Blink do this.  FF and IE appear to return the
> layout'd size of the element for width/height, at least.

Er...  Firefox definitely returns the computed value for .width on the 
computed style of a non-replaced inline (modulo some min-width/max-width 
interactions), and similar for height.

It might help if you made it clear which exact cases you tested here and 
how.

-Boris

Received on Tuesday, 15 April 2014 02:58:23 UTC