@@ -3898,7 +3898,11 @@ Resolve Intrinsic Track Sizes</h3>
3898
3898
<li>
3899
3899
<strong> Increase sizes to accommodate spanning items:</strong>
3900
3900
Next, consider the items with a span of 2
3901
- that do not span a track with a <a>flexible sizing function</a> :
3901
+ that do not span a track with a <a>flexible sizing function</a> ,
3902
+ treating a <a>min track sizing function</a> of ''auto''
3903
+ as ''min-content'' /''max-content''
3904
+ when the grid container is being sized under a
3905
+ <a lt="min-content constraint">min</a> /<a>max-content constraint</a> (respectively):
3902
3906
<!-- auto-min contribution <= min-content contribution <= max-content contribution -->
3903
3907
3904
3908
<ol>
@@ -3911,17 +3915,13 @@ Resolve Intrinsic Track Sizes</h3>
3911
3915
<li>
3912
3916
<strong> For content-based minimums:</strong>
3913
3917
Next continue to increase the <a>base size</a> of tracks with
3914
- a <a>min track sizing function</a> of ''min-content'' or ''max-content'' ,
3915
- and tracks with a <a>min track sizing function</a> of ''auto''
3916
- if the <a>grid container</a> is being sized under a <a>min-content constraint</a> ,
3918
+ a <a>min track sizing function</a> of ''min-content'' or ''max-content''
3917
3919
by <a href="#extra-space">distributing extra space</a> as needed
3918
3920
to account for these items' <a>min-content contributions</a> .
3919
3921
<li>
3920
3922
<strong> For max-content minimums:</strong>
3921
3923
Third continue to increase the <a>base size</a> of tracks with
3922
- a <a>min track sizing function</a> of ''max-content'' ,
3923
- and tracks with a <a>min track sizing function</a> of ''auto''
3924
- if the <a>grid container</a> is being sized under a <a>max-content constraint</a> ,
3924
+ a <a>min track sizing function</a> of ''max-content''
3925
3925
by <a href="#extra-space">distributing extra space</a> as needed
3926
3926
to account for these items' <a>max-content contributions</a> .
3927
3927
<li>
0 commit comments