@@ -3922,13 +3922,13 @@ Resolve Intrinsic Track Sizes</h3>
39223922 respectively,
39233923 each limited by the <a>max track sizing function</a>
39243924 if that is <a lt="fixed track sizing function">fixed</a>
3925- and ultimately floored by its <a>min-size contribution</a> .
3925+ and ultimately floored by its <a>minimum contribution</a> .
39263926
39273927 Otherwise,
39283928 set its <a>base size</a>
3929- to the maximum of its items’ <a>min-size contributions</a> ,
3929+ to the maximum of its items’ <a>minimum contributions</a> ,
39303930 floored at zero.
3931- The <dfn noexport>min-size contribution</dfn> of an item is
3931+ The <dfn noexport>minimum contribution</dfn> of an item is
39323932 the outer size that would result from assuming
39333933 the item’s used <a>minimum size</a>
39343934 ('min-width' or 'min-height' , whichever matches the relevant axis)
@@ -3975,7 +3975,7 @@ Resolve Intrinsic Track Sizes</h3>
39753975 First increase the <a>base size</a> of tracks with
39763976 an <a lt="intrinsic sizing function">intrinsic</a> <a>min track sizing function</a>
39773977 by <a href="#extra-space">distributing extra space</a> as needed
3978- to accommodate these items’ <a>min-size contributions</a> .
3978+ to accommodate these items’ <a>minimum contributions</a> .
39793979 <li>
39803980 <strong> For content-based minimums:</strong>
39813981 Next continue to increase the <a>base size</a> of tracks with
@@ -3996,7 +3996,7 @@ Resolve Intrinsic Track Sizes</h3>
39963996 Next increase the <a>growth limit</a> of tracks with
39973997 an <a lt="intrinsic sizing function">intrinsic</a> <a>max track sizing function</a>
39983998 by <a href="#extra-space">distributing extra space</a> as needed
3999- to account for these items' <a>min-size contributions</a> .
3999+ to account for these items' <a>minimum contributions</a> .
40004000 Mark any tracks whose <a>growth limit</a> changed
40014001 from infinite to finite in this step
40024002 as <dfn>infinitely growable</dfn> for the next step.
@@ -4496,7 +4496,7 @@ Major Changes</h4>
44964496 respectively<ins> ,
44974497 each limited to less than or equal to the <a>max track sizing function</a>
44984498 if that is <a lt="fixed track sizing function">fixed</a> ,
4499- and ultimately floored by its <a>min-size contribution</a> .</ins>
4499+ and ultimately floored by its <a>minimum contribution</a> .</ins>
45004500 </blockquote>
45014501 <blockquote>
45024502 ISSUE: Do something about spanning items.
@@ -4925,13 +4925,13 @@ Clarifications</h4>
49254925 </blockquote>
49264926
49274927 <li id="change-2016-auto-min-editorial">
4928- Clarified definition of <a>min-size contribution</a> .
4928+ Clarified definition of <a>minimum contribution</a> .
49294929 (<a href="https://github.com/w3c/csswg-drafts/issues/507">Issue #507</a> )
49304930 <blockquote>
49314931 <p> Otherwise,
49324932 set its <a>base size</a>
4933- to the maximum of its items’ <a>min-size contributions</a> <del> :</del><ins> .
4934- The <a>min-size contribution</a> of an item is</ins>
4933+ to the maximum of its items’ <a>minimum contributions</a> <del> :</del><ins> .
4934+ The <a>minimum contribution</a> of an item is</ins>
49354935 the <del> value specified by its respective</del> <ins> outer size that would result from assuming
49364936 the item’s</ins> 'min-width' or 'min-height' value
49374937 (whichever matches the relevant axis)
0 commit comments