Skip to content

Commit 61d9171

Browse files
committed
[css-grid][css-flexbox] Clarify that only the actual content-based minimum size causes the box to be indefinite; if it resolves 0 it has no effect on definiteness.
1 parent 7728a3d commit 61d9171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-flexbox-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ Automatic Minimum Size of Flex Items</h3>
948948

949949
For the purpose of calculating an intrinsic size of the box
950950
(e.g. the box’s <a>min-content size</a>),
951-
this value causes the box’s size in that axis to become indefinite
951+
a <a>content-based minimum size</a> causes the box’s size in that axis to become indefinite
952952
(even if e.g. its 'width' property specifies a <a>definite</a> size).
953953
Note this means that percentages calculated against this size
954954
will [=behave as auto=].

css-grid-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ Automatic Minimum Size of Grid Items</h3>
12931293

12941294
For the purpose of calculating an intrinsic size of the box
12951295
(e.g. the box’s <a>min-content size</a>),
1296-
this value causes the box’s size in that axis to become indefinite
1296+
a <a>content-based minimum size</a> causes the box’s size in that axis to become indefinite
12971297
(even if e.g. its 'width' property specifies a <a>definite</a> size).
12981298
Note this means that percentages calculated against this size
12991299
will [=behave as auto=].

0 commit comments

Comments
 (0)