[csswg-drafts] [css-flexbox] Should fully inflexible item have definite height even with min-height: auto? (#4305)

cbiesinger has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-flexbox] Should fully inflexible item have definite height even with min-height: auto? ==
https://drafts.csswg.org/css-flexbox/#definite-sizes says:
> Note: The main size of a fully inflexible item with a definite flex basis is, by definition, definite.

However, with min-height: auto, such an item may well require layout to determine its size (in a column flexbox where the item has `height: auto; flex: 0 0 100px;`). Should its size still be considered definite?

cc @dholbert  @fantasai  @tabatkins 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4305 using your GitHub account

Received on Friday, 13 September 2019 17:55:51 UTC