Re: [csswg-drafts] [css-grid] minmax(auto, min-content) under a max-content constraint (#3565)

Agenda+ to review the proposal:

When sizing auto-minimum tracks under a min-/max-content constraint, we use the item's min-/max-content contribution. But we limit that contribution by the track's max size if it's fixed (length/resolved %). This change makes it so that we also limit the contribution in the case of a min-content/max-content max track size, which fixes Oriol's example above to yield more intuitive behavior.

The value we're using to represent such an intrinsic max track size is the item's own contribution to such a size, which is I *think* a sufficient proxy for the actual max track size.

CC @MatsPalmgren @mrego @javifernandez

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3565#issuecomment-458777022 using your GitHub account

Received on Wednesday, 30 January 2019 01:36:17 UTC