Re: [css-flexbox] Better define the computed value of 'flex-basis'

On Wed, May 7, 2014 at 10:01 PM, Daniel Holbert <dholbert@mozilla.com> wrote:
> On 05/07/2014 11:57 AM, fantasai wrote:
>> Some more info:
>>   This gives more useful information via getComputedStyle(), which
>>   is probably a better use case than inheriting 'flex-basis'.
>
> Note that getComputedStyle() returns the "used value", not the computed
> value.

Not for flex-basis, it doesn't.  It's not on the list of legacy
exceptions, so it returns its computed value as normal.

~TJ

Received on Friday, 9 May 2014 10:37:18 UTC