Skip to content

Commit 2fbbcee

Browse files
committed
[css-grid-2] Switch intrinsic aspect ratio to preferred aspect ratio to more directly account for aspect-ratio.
1 parent 588bc62 commit 2fbbcee

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css-grid-2/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ Automatic Minimum Size of Grid Items</h3>
13851385

13861386
<dt><dfn>transferred size suggestion</dfn>
13871387
<dd>
1388-
If the item has an intrinsic aspect ratio
1388+
If the item has a [=preferred aspect ratio=]
13891389
and its computed <a>preferred size property</a> in the opposite axis is <a>definite</a>,
13901390
then the <a>transferred size suggestion</a> is that size
13911391
(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>
13971397
<dd>
13981398
The <a>content size suggestion</a> is
13991399
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=],
14011401
by any <a>definite</a> opposite-axis <a lt="min size property">min and max size properties</a>
14021402
converted through the aspect ratio,
14031403
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
53105310

53115311
<ul class="non-normative">
53125312
<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=].
5317+
(<a href="https://github.com/w3c/csswg-drafts/issues/4962">Issue 4962</a>)
53145318
</ul>
53155319

53165320
<h3 class="no-num" id="changes-20180904">

0 commit comments

Comments
 (0)