[csswg-drafts] [css-grid] The min track sizing function can't be flexible (#3568)

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid] The min track sizing function can't be flexible ==
From https://drafts.csswg.org/css-grid/#algo-init,

> For each track, if the track’s min track sizing function is:
>  - [...]
>  - A flexible sizing function
>     Use an initial base size of zero.

But from https://drafts.csswg.org/css-grid/#min-track-sizing-function,

> ***min track sizing function***
> If the track was sized with a `minmax()` function, this is the first argument to that function. If the track was sized with a `<flex>` value or `fit-content()` function, `auto`. Otherwise, the track’s sizing function.

And from https://drafts.csswg.org/css-grid/#valdef-grid-template-columns-minmax

> As a maximum, a `<flex>` value sets the track’s flex factor; it is invalid as a minimum. 

So the min track sizing function can't be flexible.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3568 using your GitHub account

Received on Tuesday, 29 January 2019 23:10:51 UTC