Skip to content

Commit 034e666

Browse files
committed
[css-flexbox-1][editorial] Rephrase definition of max-content main size for clarity. w3c#6909
1 parent 2e215a0 commit 034e666

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2893,10 +2893,15 @@ Intrinsic Sizes</h3>
28932893
Flex Container Intrinsic Main Sizes</h4>
28942894

28952895
The <strong><a>max-content</a> <a>main size</a> of a <a>flex container</a></strong>
2896-
is the smallest size the <a>flex container</a> can take
2897-
while maintaining the [[#intrinsic-item-contributions|max-content contributions]] of its <a>flex items</a>,
2898-
insofar as allowed by the items’ own flexibility.
2899-
Considering only non-[=collapsed=] [=flex items=]:
2896+
is, fundamentally, the smallest size the <a>flex container</a> can take
2897+
such that when flex layout is run with that container size,
2898+
each [=flex item=] ends up at least as large as
2899+
its [[#intrinsic-item-contributions|max-content contribution]],
2900+
to the extent allowed by the items’ flexibility.
2901+
2902+
It is calculated,
2903+
considering only non-[=collapsed=] [=flex items=],
2904+
by:
29002905

29012906
<ol>
29022907
<li>

0 commit comments

Comments
 (0)