@@ -3939,16 +3939,22 @@ Resolve Intrinsic Track Sizes</h3>
39393939 <dt> For auto minimums:
39403940 <dd>
39413941 If the track has an ''auto'' <a>min track sizing function</a>
3942- and the <a>grid container</a> is being sized under a <a lt="min-content constraint">min/max-content constraint</a> ,
3942+ and the <a>grid container</a> is being sized
3943+ under a <a lt="min-content constraint">min-</a> /<a>max-content constraint</a> ,
39433944 set the track's <a>base size</a>
3944- to the maximum of its items’ <a lt="min-content contribution">min/max-content contributions</a> ,
3945- respectively,
3946- each limited by the <a>max track sizing function</a>
3947- if that is <a lt="fixed sizing function">fixed</a>
3948- and ultimately floored by its <a>minimum contribution</a> .
3945+ to the maximum of its items’
3946+ <a lt="limited min-content contribution">limited min-/max-content contributions</a> (respectively),
3947+ floored at zero.
3948+ The <dfn noexport id="limited-contribution" lt="limited min-content contribution | limited max-content contribution">limited min-/max-content contribution</dfn> of an item
3949+ is (for this purpose) its <a lt="min-content contribution">min-</a> /<a>max-content contribution</a> (accordingly);
3950+ limited by the <a>max track sizing function</a>
3951+ if that is <a lt="fixed sizing function">fixed</a> ,
3952+ else by it's own <a lt="min-content size">min-content</a> /<a>max-content size</a>
3953+ if that is ''grid-template-columns/min-content'' /''grid-template-columns/max-content'' ;
3954+ and ultimately floored by its <a>minimum contribution</a> (defined below).
39493955
39503956 Otherwise,
3951- set its <a>base size</a>
3957+ set the track's <a>base size</a>
39523958 to the maximum of its items’ <a>minimum contributions</a> ,
39533959 floored at zero.
39543960 The <dfn noexport id="min-size-contribution">minimum contribution</dfn> of an item is
@@ -3958,7 +3964,7 @@ Resolve Intrinsic Track Sizes</h3>
39583964 as its <a>preferred size</a>
39593965 ('width' or 'height' , whichever matches the relevant axis)
39603966 if its computed <a>preferred size</a> [=behaves as auto=] ,
3961- or else the item’s <a>min-content contribution</a> .
3967+ or else the item’s <a>min-content contribution</a> otherwise .
39623968
39633969 Note: For items with a specified minimum size of ''min-width/auto'' (the initial value),
39643970 this is usually equivalent to a min-content minimum--
0 commit comments