File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2965,7 +2965,8 @@ Flex Container Intrinsic Main Sizes</h4>
2965
2965
The <strong> <a>max-content</a> <a>main size</a> of a <a>flex container</a> </strong>
2966
2966
is the smallest size the <a>flex container</a> can take
2967
2967
while maintaining the [[#intrinsic-item-contributions|max-content contributions]] of its <a>flex items</a> ,
2968
- insofar as allowed by the items’ own flexibility:
2968
+ insofar as allowed by the items’ own flexibility.
2969
+ Considering only non-[=collapsed=] [=flex items=] :
2969
2970
2970
2971
<ol>
2971
2972
<li>
@@ -2999,11 +3000,11 @@ Flex Container Intrinsic Main Sizes</h4>
2999
3000
3000
3001
The <strong> <a>min-content</a> <a>main size</a> </strong> of a <em> <a>single-line</a> </em> flex container
3001
3002
is calculated identically to the <a>max-content</a> <a>main size</a> ,
3002
- except that the <a>flex item’s </a> [[#intrinsic-item-contributions|min-content contribution ]] is used
3003
- instead of its [[#intrinsic-item-contributions|max-content contribution ]] .
3003
+ except that the <a>flex items </a> ’ [[#intrinsic-item-contributions|min-content contributions ]] are used
3004
+ instead of their [[#intrinsic-item-contributions|max-content contributions ]] .
3004
3005
However, for a <em> <a>multi-line</a> </em> container,
3005
3006
it is simply the largest [[#intrinsic-item-contributions|min-content contribution]]
3006
- of all the <a>flex items</a> in the <a>flex container</a> .
3007
+ of all the non- [=collapsed=] <a>flex items</a> in the <a>flex container</a> .
3007
3008
3008
3009
<details class=note>
3009
3010
<summary> Implications of this algorithm when the sum of flex is less than 1</summary>
You can’t perform that action at this time.
0 commit comments