- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Tue, 08 Aug 2017 22:23:06 +0000
- To: public-css-archive@w3.org
I think the options we have are: * No change: flex basis is ignored for determining min-content/max-content sizes of flex containers, we only care about the min-content/max-content contributions of the item's contents. * Treat `width`/`height`, but not `flex-basis` as a floor on the max-content size. * Treat `flex-basis`, but not `width`/`height`, as a floor on the max-content size. * Take max(`flex-basis`, `width`/`height`) as a floor on the max-content size. I'm not actually sure what's the best idea here. @rachelandrew @jensimmons ? -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1435#issuecomment-321098718 using your GitHub account
Received on Tuesday, 8 August 2017 22:23:07 UTC