Skip to content

Commit 8e5b129

Browse files
committed
[css-flexbox-1] Exclude non-replaced elements from using transferred size in content-based minimum size. #6069
1 parent 6ffad17 commit 8e5b129

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,9 @@ Automatic Minimum Size of Flex Items</h3>
971971

972972
In general, the <a>content-based minimum size</a> of a <a>flex item</a>
973973
is the smaller of its <a>content size suggestion</a> and its <a>specified size suggestion</a>.
974-
However, if the box has an [=preferred aspect ratio|aspect ratio=] and no <a>specified size suggestion</a>,
974+
However, if the box [=is a replaced element=]
975+
with an [=preferred aspect ratio|aspect ratio=]
976+
and no <a>specified size suggestion</a>,
975977
its <a>content-based minimum size</a>
976978
is the smaller of its <a>content size suggestion</a> and its <a>transferred size suggestion</a>.
977979
If the box has neither a <a>specified size suggestion</a> nor an [=preferred aspect ratio|aspect ratio=],
@@ -3700,7 +3702,8 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
37003702
Changed syntax to use <a>CSS bracketed range notation</a> to reflect the prose restrictions on negative values.
37013703

37023704
<li id="change-2018-preferred-aspect-ratio">
3703-
Update aspect ratio terminology to use the term [=preferred aspect ratio=].
3705+
Update aspect ratio terminology to use the term [=preferred aspect ratio=],
3706+
and clarify any uses that are specific to [=replaced elements=].
37043707

37053708
<li id="change-2018-used-cross-size">
37063709
Clarified that the [=flex base size=] calculations

0 commit comments

Comments
 (0)