File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2893,10 +2893,15 @@ Intrinsic Sizes</h3>
28932893Flex Container Intrinsic Main Sizes</h4>
28942894
28952895 The <strong> <a>max-content</a> <a>main size</a> of a <a>flex container</a> </strong>
2896- is the smallest size the <a>flex container</a> can take
2897- while maintaining the [[#intrinsic-item-contributions|max-content contributions]] of its <a>flex items</a> ,
2898- insofar as allowed by the items’ own flexibility.
2899- Considering only non-[=collapsed=] [=flex items=] :
2896+ is, fundamentally, the smallest size the <a>flex container</a> can take
2897+ such that when flex layout is run with that container size,
2898+ each [=flex item=] ends up at least as large as
2899+ its [[#intrinsic-item-contributions|max-content contribution]] ,
2900+ to the extent allowed by the items’ flexibility.
2901+
2902+ It is calculated,
2903+ considering only non-[=collapsed=] [=flex items=] ,
2904+ by:
29002905
29012906 <ol>
29022907 <li>
You can’t perform that action at this time.
0 commit comments