Skip to content

Commit 4c63835

Browse files
committed
[css-flexbox] Per dholbert's email, we should use 'inner' here, as it represents the amount of shrinkability better.
--HG-- extra : rebase_source : 91c19f2509f4813ffd4de5194922a5c7c34ccb16
1 parent 6dde305 commit 4c63835

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ Resolving Flexible Lengths</h3>
26562656
<dt>If using the <i>flex shrink factor</i>
26572657
<dd>
26582658
For every unfrozen item on the line,
2659-
multiply its flex shrink factor by its outer flex base size,
2659+
multiply its flex shrink factor by its inner flex base size,
26602660
and note this as its <dfn>scaled flex shrink factor</dfn>.
26612661
Find the ratio of the item's <a>scaled flex shrink factor</a>
26622662
to the sum of the <a>scaled flex shrink factors</a> of all unfrozen items on the line.

0 commit comments

Comments
 (0)