[css-grid-1] Intrinsic contributions across spanning items and fractional flex items #5375
Labels
Closed Rejected as Invalid
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-grid-1
Needs Testcase (WPT)
Was writing tests for #4783 and noticed both Chrome and Firefox failing the
0fr auto
variant of the tests. So I poked around and found that when spanning a track with an fr value >= 1, none of the item's contribution gets incorporated into an inflexible intrinsic track, but if the fr value is < 1, then the excluded proportion of the item's contribution does in fact get incorporated into the intrinsic track.See testcase (simplified code below)
Do we want to spec this behavior? Or update implementations to exclude the spanned item’s contribution completely from intrinsic tracks, even when fr < 1?
The text was updated successfully, but these errors were encountered: