Closed
Description
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?