Skip to content

Commit 32a709d

Browse files
committed
[css-grid] Remove dangling references to flex values as minimums
1 parent f688ba6 commit 32a709d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-grid/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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> &lt; <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>&lt;flex> * &lt;free space> / &lt;sum of all <a>flex factors</a>&gt;</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

Comments
 (0)