Skip to content

Commit d110d63

Browse files
committed
[css-grid-1] Clarify that the argument to fit-content() is interpreted as a track sizing function and not some other mysterious and undefined thing. #3583
1 parent d5b1ee8 commit d110d63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-grid-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,8 @@ Track Sizes</h4>
15191519
<code>min(<var>minimum</var>, max(<var>limit</var>, ''max-content''))</code>,
15201520
where <var>minimum</var> represents an ''grid-template-columns/auto'' minimum
15211521
(which is often, but not always, equal to a ''min-content'' minimum),
1522-
and <var>limit</var> is the argument to ''fit-content()''.
1522+
and <var>limit</var> is the <a>track sizing function</a>
1523+
passed as an argument to ''fit-content()''.
15231524
This is essentially calculated as the smaller of
15241525
''minmax(auto, max-content)'' and ''minmax(auto, <var>limit</var>)''.
15251526
</dl>

0 commit comments

Comments
 (0)