Skip to content

Commit 11a4ea4

Browse files
committed
[css-flexbox] Fix terminology error for max-content size of flex container per dholbert's message. <https://lists.w3.org/Archives/Public/www-style/2014Oct/0443.html>
1 parent 21f3c75 commit 11a4ea4

2 files changed

Lines changed: 115 additions & 115 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ Intrinsic Sizes</h3>
27582758
<ol>
27592759
<li>
27602760
For each <a>flex item</a>,
2761-
subtract its <a>flex basis</a> from its <a>max-content contribution</a> size,
2761+
subtract its <a>flex base size</a> from its <a>max-content contribution</a> size,
27622762
then divide by its <a>flex grow factor</a>, floored at 1,
27632763
or by its <a>scaled flex shrink factor</a> (if the result was negative, flooring the <a>flex shrink factor</a> at 1 if necessary).
27642764
This is the item's <var>max-content flex fraction</var>.

0 commit comments

Comments
 (0)