@@ -1339,7 +1339,7 @@ Automatic Minimum Size of Grid Items</h3>
1339
1339
1340
1340
<dt> <dfn>transferred size suggestion</dfn>
1341
1341
<dd>
1342
- If the item has an intrinsic aspect ratio
1342
+ If the item has a [=preferred aspect ratio=]
1343
1343
and its computed <a>preferred size property</a> in the opposite axis is <a>definite</a> ,
1344
1344
then the <a>transferred size suggestion</a> is that size
1345
1345
(clamped by the opposite-axis <a lt="min size property">min and max size properties</a> if they are <a>definite</a> ),
@@ -1351,7 +1351,7 @@ Automatic Minimum Size of Grid Items</h3>
1351
1351
<dd>
1352
1352
The <a>content size suggestion</a> is
1353
1353
the <a>min-content size</a> in the relevant axis,
1354
- clamped, if it has an aspect ratio,
1354
+ clamped, if it has a [=preferred aspect ratio=] ,
1355
1355
by any <a>definite</a> opposite-axis <a lt="min size property">min and max size properties</a>
1356
1356
converted through the aspect ratio,
1357
1357
and then further clamped by the same-axis <a>max size property</a>
@@ -4675,6 +4675,10 @@ Changes since the <a href="https://www.w3.org/TR/2020/CR-css-grid-1-20200818/">1
4675
4675
<ul class="non-normative">
4676
4676
<li id="change-2020-align-normal-aspect-ratio">
4677
4677
Fix errors introduced by in the previous CR by an undocumented attempt to clarify [[#grid-item-sizing]] interaction with 'aspect-ratio' .
4678
+ <li id="change-2020-preferred-aspect-ratio">
4679
+ Updated some instances of [=intrinsic aspect ratio=]
4680
+ to use the more generic term [=preferred aspect ratio=] .
4681
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4962">Issue 4962</a> )
4678
4682
</ul>
4679
4683
4680
4684
<h3 id="changes-2017">
0 commit comments