- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Jan 2019 10:59:02 +0000
- To: public-css-archive@w3.org
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