You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-grid-2/Overview.bs
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1385,7 +1385,7 @@ Automatic Minimum Size of Grid Items</h3>
1385
1385
1386
1386
<dt><dfn>transferred size suggestion</dfn>
1387
1387
<dd>
1388
-
If the item has an intrinsic aspect ratio
1388
+
If the item has a [=preferred aspect ratio=]
1389
1389
and its computed <a>preferred size property</a> in the opposite axis is <a>definite</a>,
1390
1390
then the <a>transferred size suggestion</a> is that size
1391
1391
(clamped by the opposite-axis <a lt="min size property">min and max size properties</a> if they are <a>definite</a>),
@@ -1397,7 +1397,7 @@ Automatic Minimum Size of Grid Items</h3>
1397
1397
<dd>
1398
1398
The <a>content size suggestion</a> is
1399
1399
the <a>min-content size</a> in the relevant axis,
1400
-
clamped, if it has an aspect ratio,
1400
+
clamped, if it has a [=preferred aspect ratio=],
1401
1401
by any <a>definite</a> opposite-axis <a lt="min size property">min and max size properties</a>
1402
1402
converted through the aspect ratio,
1403
1403
and then further clamped by the same-axis <a>max size property</a>
@@ -5310,7 +5310,11 @@ Changes since the <a href="https://www.w3.org/TR/2020/CR-css-grid-2-20200818/">A
5310
5310
5311
5311
<ul class="non-normative">
5312
5312
<li id="change-2020-align-normal-aspect-ratio">
5313
-
Fix errors introduced by in the previous CR of CSS Grid 1 prose by an undocumented attempt to clarify [[#grid-item-sizing]] interaction with 'aspect-ratio'.
5313
+
Fix errors introduced by in the previous CR of CSS Grid 1 by an undocumented attempt to clarify [[#grid-item-sizing]] interaction with 'aspect-ratio'.
5314
+
<li id="change-2020-preferred-aspect-ratio">
5315
+
Updated some instances of [=intrinsic aspect ratio=]
5316
+
to use the more generic term [=preferred aspect ratio=].
0 commit comments