@@ -1321,6 +1321,10 @@ Automatic Minimum Size of Grid Items</h3>
13211321 as represented by the sum of those <a>grid tracks</a> ’ <a>max track sizing functions</a>
13221322 plus any intervening <a lt="fixed sizing function">fixed</a> <a>gutters</a> .
13231323
1324+ In all cases, the size suggestion is additionally clamped by the [=maximum size=] ,
1325+ if it's definite,
1326+ in the given axis.
1327+
13241328 Note: The argument to ''fit-content()'' does <em> not</em> clamp
13251329 the [=content-based minimum size=] in the same way as a
13261330 <a lt="fixed sizing function">fixed</a> <a>max track sizing function</a> .
@@ -1334,8 +1338,7 @@ Automatic Minimum Size of Grid Items</h3>
13341338 <dt> <dfn>specified size suggestion</dfn>
13351339 <dd>
13361340 If the item’s [=preferred size=] in the relevant axis is <a>definite</a> ,
1337- then the <a>specified size suggestion</a> is that size
1338- (clamped by the relevant [=maximum size=] if it's <a>definite</a> ).
1341+ then the <a>specified size suggestion</a> is that size.
13391342 It is otherwise undefined.
13401343
13411344 <dt> <dfn>transferred size suggestion</dfn>
@@ -1344,8 +1347,7 @@ Automatic Minimum Size of Grid Items</h3>
13441347 and its [=preferred size=] in the opposite axis is <a>definite</a> ,
13451348 then the <a>transferred size suggestion</a> is that size
13461349 (clamped by the opposite-axis [=minimum size|minimum=] and [=maximum sizes=] if they are <a>definite</a> ),
1347- converted through the aspect ratio,
1348- and finally clamped by the same-axis [=maximum size=] if that is [=definite=] .
1350+ converted through the aspect ratio.
13491351 It is otherwise undefined.
13501352
13511353 <dt> <dfn>content size suggestion</dfn>
@@ -1354,8 +1356,7 @@ Automatic Minimum Size of Grid Items</h3>
13541356 the <a>min-content size</a> in the relevant axis,
13551357 clamped, if it has a [=preferred aspect ratio=] ,
13561358 by any <a>definite</a> opposite-axis [=minimum size|minimum=] and [=maximum sizes=]
1357- converted through the aspect ratio,
1358- and finally clamped by the same-axis [=maximum size=] if that is <a>definite</a> .
1359+ converted through the aspect ratio.
13591360 </dl>
13601361
13611362 For the purpose of calculating an intrinsic size of the box
0 commit comments