What problem does this solve or what need does it fill?
This is necessary for correctly computing the "min-content" and "max-content" sizes of a flexbox container.
What solution would you like?
Implement §9.9 Intrinsic Sizes of the Flexbox Specification
Tasks:
What alternative(s) have you considered?
Do nothing and stick with the existing "always shrink to fit" strategy.
Additional context
This was uncovered in testing the integration between Flexbox and CSS Grid.
What problem does this solve or what need does it fill?
This is necessary for correctly computing the "min-content" and "max-content" sizes of a flexbox container.
What solution would you like?
Implement §9.9 Intrinsic Sizes of the Flexbox Specification
Tasks:
What alternative(s) have you considered?
Do nothing and stick with the existing "always shrink to fit" strategy.
Additional context
This was uncovered in testing the integration between Flexbox and CSS Grid.