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

On Tue, Mar 24, 2015 at 10:00 PM, Daniel Holbert <dholbert@mozilla.com> wrote:
> 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

OK, that makes sense. The following tests will likely also need
fixing. I marked them all as needs-work in the test runner now (thanks
Daniel for the pointer!)

 imported/csswg-test/css-flexbox-1/flexbox_flex-0-0-0-unitless.html [
ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-0-0.html [ ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-0.html [ ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-1-0-unitless.html [
ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-1-0.html [ ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-1.html [ ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-N-0-unitless.html [
ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-N-0.html [ ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_flex-0-N.html [ ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_min-height-auto.html [
ImageOnlyFailure ]
  imported/csswg-test/css-flexbox-1/flexbox_min-width-auto.html [
ImageOnlyFailure ]

-christian

Received on Wednesday, 25 March 2015 02:25:16 UTC