We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dfd7a commit 9d63f39Copy full SHA for 9d63f39
css-sizing-3/Overview.bs
@@ -244,7 +244,7 @@ Auto Box Sizes</h3>
244
<dt><dfn>fit-content block size</dfn>
245
<dd>
246
If the <a>available space</a> in a given axis is <a>definite</a>,
247
- equal to <code>clamp([=min-content size=], [=stretch-fit size=], [=max-content size=]
+ equal to <code>clamp([=min-content size=], [=stretch-fit size=], [=max-content size=])</code>
248
(i.e. <code>max(<a>min-content size</a>, min(<a>max-content size</a>, <a>stretch-fit size</a>))</code>).
249
Otherwise, equal to the <a>max-content size</a> in that axis.
250
0 commit comments