We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3091ab commit ac95c6fCopy full SHA for ac95c6f
css-grid-1/Overview.bs
@@ -1474,8 +1474,9 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1474
Defines a size range
1475
greater than or equal to <var>min</var>
1476
and less than or equal to <var>max</var>.
1477
- If <var>max</var> < <var>min</var>,
1478
- then <var>max</var> is ignored and ''minmax(<var>min</var>,<var>max</var>)'' is treated as <var>min</var>.
+ If the <var>max</var> is less than the <var>min</var>,
+ then the <var>max</var> will be floored by the <var>min</var>
1479
+ (essentially yielding ''minmax(<var>min</var>, <var>min</var>)'').
1480
As a maximum, a <<flex>> value sets the track's <a>flex factor</a>;
1481
it is invalid as a minimum.
1482
0 commit comments