@@ -1313,6 +1313,10 @@ Automatic Minimum Size of Grid Items</h3>
1313
1313
as represented by the sum of those <a>grid tracks</a> ’ <a>max track sizing functions</a>
1314
1314
plus any intervening <a lt="fixed sizing function">fixed</a> <a>gutters</a> .
1315
1315
1316
+ Note: The argument to ''fit-content()'' does <em> not</em> clamp
1317
+ the [=content-based minimum size=] in the same way as a
1318
+ <a lt="fixed sizing function">fixed</a> <a>max track sizing function</a> .
1319
+
1316
1320
The <a>content size suggestion</a> , <a>specified size suggestion</a> , and <a>transferred size suggestion</a>
1317
1321
used in this calculation account for the relevant min/max/preferred size properties
1318
1322
so that the <a>content-based minimum size</a> does not interfere with any author-provided constraints,
@@ -5179,6 +5183,16 @@ Clarifications</h4>
5179
5183
or in a ''display: none'' subtree.</ins>
5180
5184
</blockquote>
5181
5185
5186
+ <li id="change-2017-fit-content-auto-min">
5187
+ Added a reminder that the argument to ''fit-content()''
5188
+ does not clamp the [=automatic minimum size=] .
5189
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4549">Issue 4549</a> )
5190
+ <blockquote>
5191
+ <ins><p class="note"> The argument to ''fit-content()'' does <em> not</em> clamp
5192
+ the [=content-based minimum size=] in the same way as a
5193
+ <a lt="fixed sizing function">fixed</a> <a>max track sizing function</a> .</p></ins>
5194
+ </blockquote>
5195
+
5182
5196
<li id="change-2017-flexible-tracks">
5183
5197
Clarified antecedents for flexible tracks
5184
5198
in [[#algo-flex-tracks]] .
0 commit comments