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

Another case: `fit-content(0)` under a min-/max-content constraint.

Its max track sizing function is `max-content`, so the base size is not limited and is 50px/100px, respectively. Only the growth limit is handled especially to be 0, but this is useless because later it's floored by the base size.

However, Chromium, Firefox and Edge produce a 50px column with `min-width: auto` and a 0px column with `min-width: 0`. So I say that the "limited min-/max-content contribution" should be limited by the `fit-content` argument.

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

Received on Wednesday, 30 January 2019 10:59:05 UTC