Re: [css-flexbox] Understanding flexbox-flex-direction-column.htm

On 03/24/2015 06:47 PM, Christian Biesinger wrote:
> http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flexbox_min-width-auto.htm
> 
> Which explicitly assumes that min-width: auto would resolve to
> something bigger than its width: 0. Same for the height version of
> that testcase.

That testcase just needs fixing -- it was added to test the first
incarnation of "min-width:auto"/"min-height:auto", in this changeset:
https://hg.csswg.org/test/rev/6240b00284f5

(specifically, it's here:
https://hg.csswg.org/test/annotate/6240b00284f5/contributors/opera/submitted/css3-flexbox/min-width-auto.html
)

At that point in time (2012), we had the earlier incarnation of
"min-width:auto"/"min-height:auto" which just meant min-content size --
no special cases. Spec reference from that time period:
 http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/#min-size-auto

~Daniel

Received on Wednesday, 25 March 2015 02:01:26 UTC