Skip to content

Commit c14e1fd

Browse files
committed
[css-flexbox] Reorder steps in list. (No-op.)
1 parent 0a16eda commit c14e1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-flexbox/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,6 +2792,9 @@ Flex Container Intrinsic Main Sizes</h4>
27922792
while maintaining the [[#intrinsic-item-contributions|max-content contributions]] of its <a>flex items</a>:
27932793

27942794
<ol>
2795+
<li>
2796+
Place all <a>flex items</a> into lines of infinite length.
2797+
27952798
<li>
27962799
For each <a>flex item</a>,
27972800
subtract its outer <a>flex base size</a> from its [[#intrinsic-item-contributions|max-content contribution]] size.
@@ -2802,9 +2805,6 @@ Flex Container Intrinsic Main Sizes</h4>
28022805
having floored the <a>flex shrink factor</a> at 1.
28032806
This is the item's <var>max-content flex fraction</var>.
28042807

2805-
<li>
2806-
Place all <a>flex items</a> into lines of infinite length.
2807-
28082808
<li>
28092809
Within each line,
28102810
find the largest <var>max-content flex fraction</var>

0 commit comments

Comments
 (0)