Skip to content

Commit e045549

Browse files
committed
[css-grid] fix markup
1 parent 3bc73f8 commit e045549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,13 +1246,13 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
12461246
Represents the largest <a>min-content contribution</a>
12471247
of the <a>grid items</a> occupying the <a>grid track</a>.
12481248

1249-
<dt><dfn lt="minmax()">minmax(min, max)</dfn>
1249+
<dt><dfn lt="minmax()">minmax(<var>min</var>, <var>max</var>)</dfn>
12501250
<dd>
12511251
Defines a size range
12521252
greater than or equal to <var>min</var>
12531253
and less than or equal to <var>max</var>.
12541254
If <var>max</var> &lt; <var>min</var>,
1255-
then <var>max</var> is ignored and ''minmax(min,max)'' is treated as <var>min</var>.
1255+
then <var>max</var> is ignored and ''minmax(<var>min</var>,<var>max</var>)'' is treated as <var>min</var>.
12561256
As a maximum, a <<flex>> value sets the track's <a>flex factor</a>;
12571257
it is invalid as a minimum.
12581258

0 commit comments

Comments
 (0)