@@ -1331,12 +1331,13 @@ Automatic Minimum Size of Grid Items</h3>
1331
1331
plus any intervening <a lt="fixed sizing function">fixed</a> <a>gutters</a> .
1332
1332
1333
1333
In all cases, the size suggestion is additionally clamped by the [=maximum size=] in the affected axis,
1334
- if it's definite.
1334
+ if it's [= definite=] .
1335
1335
If the item is a [[css-sizing-3#min-content-zero|compressible replaced element]] ,
1336
- the size suggestion is clamped
1337
- by both the [=maximum size=] and the [=preferred size=] , whichever are definite,
1338
- with their indefinite percentages resolved for this purpose against zero
1339
- (and therefore considered definite).
1336
+ and has a [=definite=] [=preferred size=] or [=maximum size=]
1337
+ in the relevant axis,
1338
+ the size suggestion is capped by those sizes;
1339
+ for this purpose, any indefinite percentages in these sizes
1340
+ are resolved against zero (and considered [=definite=] ).
1340
1341
1341
1342
Note: The argument to ''fit-content()'' does <em> not</em> clamp
1342
1343
the [=content-based minimum size=] in the same way as a
@@ -1363,11 +1364,11 @@ Automatic Minimum Size of Grid Items</h3>
1363
1364
converted through the aspect ratio.
1364
1365
It is otherwise undefined.
1365
1366
1366
- If the item’s has a [=preferred size=] or [=maximum size=]
1367
+ If the item has a [=definite=] [=preferred size=] or [=maximum size=]
1367
1368
in the relevant axis,
1368
- the [=transferred size suggestion=] is capped by those sizes,
1369
- resolving any indefinite percentages in these sizes
1370
- against zero for this purpose .
1369
+ the [=transferred size suggestion=] is capped by those sizes;
1370
+ for this purpose, any indefinite percentages in these sizes
1371
+ are resolved against zero (and considered [=definite=] ) .
1371
1372
1372
1373
<dt> <dfn>content size suggestion</dfn>
1373
1374
<dd>
0 commit comments