Skip to content

Commit 71ce2f2

Browse files
committed
[css-grid-1] Switch intrinsic aspect ratio to preferred aspect ratio to more directly account for 'aspect-ratio'. #4962
1 parent ee91993 commit 71ce2f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-grid-1/Overview.bs

+6-2
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ Automatic Minimum Size of Grid Items</h3>
13391339

13401340
<dt><dfn>transferred size suggestion</dfn>
13411341
<dd>
1342-
If the item has an intrinsic aspect ratio
1342+
If the item has a [=preferred aspect ratio=]
13431343
and its computed <a>preferred size property</a> in the opposite axis is <a>definite</a>,
13441344
then the <a>transferred size suggestion</a> is that size
13451345
(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>
13511351
<dd>
13521352
The <a>content size suggestion</a> is
13531353
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=],
13551355
by any <a>definite</a> opposite-axis <a lt="min size property">min and max size properties</a>
13561356
converted through the aspect ratio,
13571357
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
46754675
<ul class="non-normative">
46764676
<li id="change-2020-align-normal-aspect-ratio">
46774677
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>)
46784682
</ul>
46794683

46804684
<h3 id="changes-2017">

0 commit comments

Comments
 (0)