[csswg-drafts] [css-grid] The value of the fixed track sizing function doesn't seem to matter (#3706)

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

== [css-grid] The value of the fixed track sizing function doesn't seem to matter ==
From https://drafts.csswg.org/css-grid/#algo-spanning-flex-items,

> Increase sizes to accommodate spanning items crossing flexible tracks: Next, repeat the previous step instead considering (together, rather than grouped by span size) all items that do span a track with a flexible sizing function while [...] distributing space only to flexible tracks (i.e. treating all other tracks as having a fixed sizing function **of their current base size**)

If I'm not missing anything, the "Resolve Intrinsic Track Sizes" algorithm doesn't use the value of the track sizing function in case it's fixed. So it doesn't seem to matter whether it's treated as the current base size, 0, 100px, or any other fixed value. I think the sentence could be shortened to

> distributing space only to flexible tracks (i.e. treating all other tracks as having a fixed sizing function)

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

Received on Monday, 4 March 2019 21:40:33 UTC