[csswg-drafts] [css-grid] Base sizes and growth limits are lengths (#3614)

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

== [css-grid] Base sizes and growth limits are lengths ==
From https://drafts.csswg.org/css-grid/#extra-space, "Distribute space beyond growth limits":

> - when handling `min-content` or `auto` base sizes [...]
> - when handling `max-content` base sizes [...]
> - when handling any intrinsic growth limit [...]

However, both [base sizes](https://drafts.csswg.org/css-grid/#base-size) and [growth limits](https://drafts.csswg.org/css-grid/#growth-limit) are `<length>`s:

> Each track has a ***base size***, a `<length>` which grows throughout the algorithm and which will eventually be the track’s final size, and a ***growth limit***, a `<length>` which provides a desired maximum size for the base size.

I suspect it refers to the track sizing functions of the tracks that own the base sizes or growth limits. However, the tracks in the considered set may have different track sizing functions, so it doesn't make much sense to me.

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

Received on Tuesday, 5 February 2019 19:53:53 UTC