Skip to content

Commit 0ee6d39

Browse files
committed
[css-flexbox] Clarify that we're using the *outer* flex base size.
1 parent 2c446be commit 0ee6d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,7 @@ Intrinsic Sizes</h3>
26552655
<ol>
26562656
<li>
26572657
For each <a>flex item</a>,
2658-
subtract its <a>flex base size</a> from its <a>max-content contribution</a> size.
2658+
subtract its outer <a>flex base size</a> from its <a>max-content contribution</a> size.
26592659
If that result is not zero, divide it by its <a>flex grow factor</a> (if the result was positive)
26602660
or by its <a>scaled flex shrink factor</a> (if the result was negative).
26612661
This is the item's <var>max-content flex fraction</var>.

0 commit comments

Comments
 (0)