@@ -1252,9 +1252,11 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
12521252 and less than or equal to <var> max</var> .
12531253 If <var> max</var> < <var> min</var> ,
12541254 then <var> max</var> is ignored and ''minmax(min,max)'' is treated as <var> min</var> .
1255- As a maximum, a <<flex>> value sets the track's <a>flex factor</a> .
1256- As a minimum, it is treated as zero
1257- (or ''min-content'' , if the <a>grid container</a> is sized under a <a>min-content constraint</a> ).
1255+ As a maximum, a <<flex>> value sets the track's <a>flex factor</a> ;
1256+ it is invalid as a minimum
1257+
1258+ Note: A future level of this spec may allow <<flex>> minimums,
1259+ and will update the <a>track sizing algorithm</a> to account for this correctly
12581260
12591261 <dt> <dfn>auto</dfn>
12601262 <dd>
@@ -1505,8 +1507,6 @@ Flexible Lengths: the ''fr'' unit</h4>
15051507
15061508 Each column or row's share of the <a>free space</a> can be computed as the column or row's
15071509 <code> <flex> * <free space> / <sum of all <a>flex factors</a> ></code> .
1508- For the purpose of this calculation,
1509- a flexible length in the <var> min</var> position of a ''minmax()'' function is treated as ''0'' (an inflexible length).
15101510
15111511 Note: If the sum of the <a>flex factors</a> is less than 1,
15121512 they'll take up only a corresponding fraction of the <a>free space</a> ,
0 commit comments