File tree 3 files changed +19
-3
lines changed 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -955,7 +955,7 @@ Automatic Minimum Size of Flex Items</h3>
955
955
956
956
To provide a more reasonable default <a>minimum size</a> for <a>flex items</a> ,
957
957
the used value of a <a>main axis</a> <a>automatic minimum size</a>
958
- on a <a>flex item</a> that is not a <a>scroll container</a>
958
+ on a <a>flex item</a> whose [=computed value|computed=] 'overflow' value is [=non-scrollable overflow value|non-scrollable=]
959
959
is its [=content-based minimum size=] ;
960
960
for <a>scroll containers</a> the <a>automatic minimum size</a> is zero, as usual.
961
961
Original file line number Diff line number Diff line change @@ -1283,7 +1283,7 @@ Automatic Minimum Size of Grid Items</h3>
1283
1283
the used value of its <a>automatic minimum size</a> in a given axis
1284
1284
is the <a>content-based minimum size</a> if all of the following are true:
1285
1285
1286
- * it is not a [=scroll container =]
1286
+ * its [=computed value|computed=] 'overflow' is not a [=scrollable overflow value =]
1287
1287
* it spans at least one [=track=] in that axis
1288
1288
whose <a>min track sizing function</a> is ''grid-template-rows/auto''
1289
1289
* if it spans more than one track in that axis, none of those tracks are [=flexible track|flexible=]
@@ -5375,6 +5375,14 @@ Minor Changes</h4>
5375
5375
<wpt>
5376
5376
layout-algorithm/grid-intrinsic-track-sizes-001.html
5377
5377
</wpt>
5378
+
5379
+ <li id="change-2020-auto-min-size-overflow">
5380
+ Pin [=automatic minimum size=] conditional on [=computed value=] of 'overflow'
5381
+ rather than on being a [=scroll container=]
5382
+ to avoid cases such as [=replaced elements=]
5383
+ whose computed [=scrollable overflow values=] resolve to
5384
+ [=non-scrollable overflow values|non-scrollable=] [=used values=] .
5385
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7714">7714</a> )
5378
5386
</ul>
5379
5387
5380
5388
<h4 id="clarify-2017">
Original file line number Diff line number Diff line change @@ -1342,7 +1342,7 @@ Automatic Minimum Size of Grid Items</h3>
1342
1342
the used value of its <a>automatic minimum size</a> in a given axis
1343
1343
is the <a>content-based minimum size</a> if all of the following are true:
1344
1344
1345
- * it is not a [=scroll container =]
1345
+ * its [=computed value|computed=] 'overflow' is not a [=scrollable overflow value=] =]
1346
1346
* it spans at least one [=track=] in that axis
1347
1347
whose <a>min track sizing function</a> is ''grid-template-rows/auto''
1348
1348
* if it spans more than one track in that axis, none of those tracks are [=flexible track|flexible=]
@@ -5528,6 +5528,14 @@ Changes since the <a href="https://www.w3.org/TR/2020/CRD-css-grid-2-20201218/">
5528
5528
and grid track sizing.
5529
5529
See [[#layout-algorithm]] .
5530
5530
(<a href="https://github.com/w3c/csswg-drafts/issues/3418">Issue 3418</a> )
5531
+
5532
+ <li id="change-2020-auto-min-size-overflow">
5533
+ Pin [=automatic minimum size=] conditional on [=computed value=] of 'overflow'
5534
+ rather than on being a [=scroll container=]
5535
+ to avoid cases such as [=replaced elements=]
5536
+ whose computed [=scrollable overflow values=] resolve to
5537
+ [=non-scrollable overflow values|non-scrollable=] [=used values=] .
5538
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7714">7714</a> )
5531
5539
</ul>
5532
5540
5533
5541
<h3 id="changes-202008">
You can’t perform that action at this time.
0 commit comments