Skip to content

Commit 6dd2edc

Browse files
committed
[css-flexbox] Remove the redundant first bullet point (changing it to a note), and genericize the third accordingly. w3c#3531
1 parent 84dabef commit 6dd2edc

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,12 +2965,6 @@ Definite and Indefinite Sizes</h3>
29652965
Flexbox has several additional cases where a length can be considered <dfn noexport lt="definite|definite size|indefinite|indefinite size">definite</dfn>:
29662966

29672967
<ol>
2968-
<li>
2969-
If a <a>single-line</a> <a>flex container</a> has a definite <a>cross size</a>,
2970-
the outer <a>cross size</a> of any <a>stretched</a> <a>flex items</a>
2971-
is the flex container's inner <a>cross size</a> (clamped to the <a>flex item</a>’s min and max <a>cross size</a>)
2972-
and is considered <a>definite</a>.
2973-
29742968
<li>
29752969
If the <a>flex container</a> has a <a>definite</a> <a>main size</a>,
29762970
a <a>flex item</a>’s post-flexing <a>main size</a>
@@ -2980,9 +2974,14 @@ Definite and Indefinite Sizes</h3>
29802974

29812975
<li>
29822976
Once the cross size of a flex line has been determined,
2983-
the cross sizes of items in auto-sized flex containers
2984-
are also considered definite for the purpose of layout;
2977+
the cross sizes of items in that line
2978+
are treated as [=definite=] for the purpose of layout;
29852979
see <a href="#algo-stretch">step 11</a>.
2980+
2981+
Note: If a <a>single-line</a> <a>flex container</a> has a definite <a>cross size</a>,
2982+
the outer <a>cross size</a> of any <a>stretched</a> <a>flex items</a>
2983+
is the flex container's inner <a>cross size</a> (clamped to the <a>flex item</a>’s min and max <a>cross size</a>)
2984+
and is always considered <a>definite</a>.
29862985
</ol>
29872986

29882987
Note: The main size of a <a>fully inflexible</a> item with a <a>definite</a> <a>flex basis</a>

0 commit comments

Comments
 (0)