Re: [csswg-drafts] [css-flexbox-1] Intrinsic sizing algorithm seems to produce 0 for many common cases

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