RE: [css3-flexbox] Children of flex items ignoring cross-axis percentage length

> -----Original Message-----
> From: Tab Atkins Jr. [mailto:jackalmage@gmail.com]
> Sent: Tuesday, April 8, 2014 5:16 PM
> To: Daniel Holbert
> Cc: Greg Whitworth; fantasai; www-style@w3.org; mstensho@opera.com;
> ojan@chromium.org
> Subject: Re: [css3-flexbox] Children of flex items ignoring cross-axis
> percentage length
> 
> 
> > So the question is, what is the "height of the box's containing block".
> > Blink seems to be saying it's the specified "height" property, while
> > Gecko/Trident are using the actual box's height (the flex basis).
> > Since the CSS21 spec text [quoted above] seems to be talking about box
> > height rather than the "height" property here, I tend to think the
> > Gecko/Trident behavior is correct.
> 
> Yes, it's the actual height (the flex basis).  I think the spec is clear about this,
> but I can correct something if it's not.
> 
> ~TJ

Awesome, so we can expect the Blink implementation of this to match Gecko's and Trident's in the future?

Greg

Received on Wednesday, 9 April 2014 23:15:33 UTC