Skip to content

Commit

Permalink
[css-grid] Swap min()/max() to be correct. Fixes #4789.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Feb 18, 2020
1 parent d7273b3 commit de2577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ Track Sizes</h4>
<dt><dfn lt="fit-content()">fit-content( <<length-percentage>> )</dfn>
<dd>
Represents the formula
<code>min(<var>minimum</var>, max(<var>limit</var>, ''max-content''))</code>,
<code>max(<var>minimum</var>, min(<var>limit</var>, ''max-content''))</code>,
where <var>minimum</var> represents an ''grid-template-columns/auto'' minimum
(which is often, but not always, equal to a ''min-content'' minimum),
and <var>limit</var> is the <a>track sizing function</a>
Expand Down

0 comments on commit de2577c

Please sign in to comment.