Commit 9f93f44 1 parent f86bc38 commit 9f93f44 Copy full SHA for 9f93f44
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -1310,7 +1310,8 @@ Automatic Minimum Size of Grid Items</h3>
1310
1310
1311
1311
The <dfn>content-based minimum size</dfn> for a <a>grid item</a> in a given dimension is
1312
1312
its <a>specified size suggestion</a> if it exists,
1313
- otherwise its <a>transferred size suggestion</a> if that exists,
1313
+ otherwise its <a>transferred size suggestion</a> if that exists
1314
+ and the element is [=replaced element|replaced=] ,
1314
1315
else its <a>content size suggestion</a> ,
1315
1316
see below.
1316
1317
However,
@@ -4686,6 +4687,12 @@ Changes since the <a href="https://www.w3.org/TR/2020/CRD-css-grid-1-20201218/">
4686
4687
is a type of [=intrinsic size contribution=] ,
4687
4688
and thus impacted by associated rules in [[CSS-SIZING-3]] .
4688
4689
(<a href="https://github.com/w3c/csswg-drafts/issues/5665#issuecomment-738391191">Issue 5665</a> )
4690
+ <li id="change-2020-auto-min-replaced">
4691
+ Explicitly restricted the application of the [=transferred size suggestion=]
4692
+ to [=replaced elements=] as was originally intended,
4693
+ now that [=non-replaced elements=] can also have an aspect ratio
4694
+ via 'aspect-ratio' . [[CSS-SIZING-4]]
4695
+ (<a href="https://github.com/w3c/csswg-drafts/issues/6069">Issue 6069</a> )
4689
4696
</ul>
4690
4697
4691
4698
<h3 id="changes-202008">
Original file line number Diff line number Diff line change @@ -1356,7 +1356,8 @@ Automatic Minimum Size of Grid Items</h3>
1356
1356
1357
1357
The <dfn>content-based minimum size</dfn> for a <a>grid item</a> in a given dimension is
1358
1358
its <a>specified size suggestion</a> if it exists,
1359
- otherwise its <a>transferred size suggestion</a> if that exists,
1359
+ otherwise its <a>transferred size suggestion</a> if that exists
1360
+ and the element is [=replaced element|replaced=] ,
1360
1361
else its <a>content size suggestion</a> ,
1361
1362
see below.
1362
1363
However,
@@ -5322,6 +5323,12 @@ Changes since the <a href="https://www.w3.org/TR/2020/CRD-css-grid-2-20201218/">
5322
5323
is a type of [=intrinsic size contribution=] ,
5323
5324
and thus impacted by associated rules in [[CSS-SIZING-3]] .
5324
5325
(<a href="https://github.com/w3c/csswg-drafts/issues/5665#issuecomment-738391191">Issue 5665</a> )
5326
+ <li id="change-2020-auto-min-replaced">
5327
+ Explicitly restricted the application of the [=transferred size suggestion=]
5328
+ to [=replaced elements=] as was originally intended,
5329
+ now that [=non-replaced elements=] can also have an aspect ratio
5330
+ via 'aspect-ratio' . [[CSS-SIZING-4]]
5331
+ (<a href="https://github.com/w3c/csswg-drafts/issues/6069">Issue 6069</a> )
5325
5332
</ul>
5326
5333
5327
5334
<h3 id="changes-202008">
You can’t perform that action at this time.
0 commit comments