Skip to content

Commit ac95c6f

Browse files
committed
[css-grid-1] Tweak wording on minmax(large, small) being equal to small statement. #3567
1 parent a3091ab commit ac95c6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-grid-1/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1474,8 +1474,9 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
14741474
Defines a size range
14751475
greater than or equal to <var>min</var>
14761476
and less than or equal to <var>max</var>.
1477-
If <var>max</var> &lt; <var>min</var>,
1478-
then <var>max</var> is ignored and ''minmax(<var>min</var>,<var>max</var>)'' is treated as <var>min</var>.
1477+
If the <var>max</var> is less than the <var>min</var>,
1478+
then the <var>max</var> will be floored by the <var>min</var>
1479+
(essentially yielding ''minmax(<var>min</var>, <var>min</var>)'').
14791480
As a maximum, a <<flex>> value sets the track's <a>flex factor</a>;
14801481
it is invalid as a minimum.
14811482

0 commit comments

Comments
 (0)