Skip to content

Commit af0134d

Browse files
authored
Merge pull request #1826 from w3c/dholbert-patch-1
Fix typo (<var> wanted to be </var)
2 parents f0f4403 + 532e12c commit af0134d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,7 @@ Flex Container Intrinsic Main Sizes</h4>
27982798

27992799
<li>
28002800
For each <a>flex item</a>,
2801-
find its <var>max-content flex fraction<var>:
2801+
find its <var>max-content flex fraction</var>:
28022802
Subtract its outer <a>flex base size</a> from its [[#intrinsic-item-contributions|max-content contribution]] size.
28032803
If that result is positive,
28042804
divide by its <a>flex grow factor</a> floored at 1;

0 commit comments

Comments
 (0)