Skip to content

Commit 9446070

Browse files
committed
[css-flexbox] Clarify that step 11 of the layout algo also causes definiteness.
1 parent 2d6c4df commit 9446070

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

css-flexbox/Overview.bs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,7 +2196,7 @@ Flex Baselines</h3>
21962196
a flex container provides a baseline just as a line box or table-row does. [[!CSS21]]
21972197

21982198
See <a href="https://www.w3.org/TR/css3-align/#baseline-rules">Baseline Rules</a>
2199-
in [[CSS3-ALIGN]] for more information on baseline alignment.
2199+
in [[CSS-ALIGN-3]] for more information on baseline alignment.
22002200

22012201
<!--
22022202
██ ███ ██ ██ ███████ ██ ██ ████████
@@ -2704,8 +2704,15 @@ Definite and Indefinite Sizes</h3>
27042704
and the percentage must resolve against the <strong>flexed</strong> <a>main size</a> of the <a>flex item</a>
27052705
(that is, after the layout algorithm below has been completed for the <a>flex item’s</a> <a>flex container</a>,
27062706
and the <a>flex item</a> has acquired its final size).
2707+
2708+
<li>
2709+
Once the cross size of a flex line has been determined,
2710+
items in auto-sized flex containers are also considered
2711+
definite for the purpose of layout; see <a href="#algo-stretch">step 11</a>.
27072712
</ol>
27082713

2714+
2715+
27092716
<!--
27102717
████ ██ ██ ████████ ████████ ██████ ████ ████████ ████████ ██████
27112718
██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -3617,7 +3624,7 @@ Substantive Changes and Bugfixes</h4>
36173624
</ul>
36183625
</blockquote>
36193626
</ul>
3620-
3627+
36213628
<h4 id="change-201505-clarify">
36223629
Clarifications</h4>
36233630

0 commit comments

Comments
 (0)