@@ -1485,12 +1485,25 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1485
1485
1486
1486
<dt> <dfn>auto</dfn>
1487
1487
<dd>
1488
- As a maximum, identical to ''max-content'' .
1489
- As a minimum, represents the largest minimum size (as specified by 'min-width' /'min-height' )
1488
+ As a <em> maximum</em> : represents the largest <a>max-content contribution</a>
1489
+ of the <a>grid items</a> occupying the <a>grid track</a> ;
1490
+ however, unlike ''max-content'' ,
1491
+ allows expansion of the track
1492
+ by the 'align-content' and 'justify-content' properties.
1493
+
1494
+ As a <em> minimum</em> : represents the largest <a>minimum size</a>
1495
+ (specified by 'min-width' /'min-height' )
1490
1496
of the <a>grid items</a> occupying the <a>grid track</a> .
1491
-
1492
- Note: ''grid-template-rows/auto'' track sizes (and only ''grid-template-rows/auto'' track sizes)
1493
- can be stretched by the 'align-content' and 'justify-content' properties.
1497
+ (This initially is often, but not always,
1498
+ equal to a ''min-content'' minimum--
1499
+ see [[#min-size-auto]] .)
1500
+
1501
+ When appearing outside a ''minmax()'' notation:
1502
+ equivalent to ''minmax(auto, auto)'' ,
1503
+ representing the range between
1504
+ the minimum and maximum described above.
1505
+ (This behaves similar to ''minmax(min-content, max-content)'' in the most basic cases,
1506
+ but with extra abilities.)
1494
1507
1495
1508
<dt> <dfn lt="fit-content()">fit-content( <<length-percentage>> )</dfn>
1496
1509
<dd>
0 commit comments