Skip to content

Commit 02015a8

Browse files
committed
[css-flexbox] Typo; should be 'flex base size', same as step 1.
1 parent fc69c7d commit 02015a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@ Intrinsic Sizes</h3>
26602660
Within each line,
26612661
find the largest <var>max-content flex fraction</var>
26622662
among all the <a>flex items</a>.
2663-
Add each item’s <a>flex basis</a>
2663+
Add each item’s <a>flex base size</a>
26642664
to the product of its <a>flex grow factor</a>
26652665
(or <a>scaled flex shrink factor</a>, if the chosen <var>max-content flex fraction</var> was negative)
26662666
and the chosen <var>max-content flex fraction</var>,

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4003,7 +4003,7 @@ <h3 class="heading settled" data-level="9.9" id="intrinsic-sizes"><span class="s
40034003
Within each line,
40044004
find the largest <var>max-content flex fraction</var>
40054005
among all the <a data-link-type="dfn" href="#flex-item">flex items</a>.
4006-
Add each item’s <a data-link-type="dfn" href="#flex-basis">flex basis</a>
4006+
Add each item’s <a data-link-type="dfn" href="#flex-base-size">flex base size</a>
40074007
to the product of its <a data-link-type="dfn" href="#flex-grow-factor">flex grow factor</a>
40084008
(or <a data-link-type="dfn" href="#scaled-flex-shrink-factor">scaled flex shrink factor</a>, if the chosen <var>max-content flex fraction</var> was negative)
40094009
and the chosen <var>max-content flex fraction</var>,

0 commit comments

Comments
 (0)