Skip to content

Commit 9cbf855

Browse files
committed
[css-flexbox] Move statement about auto margins to the correct section. No normative changes intended.
1 parent dbc8f6d commit 9cbf855

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,6 @@ Line Length Determination</h3>
26122612
<li id='algo-main-container'>
26132613
<strong>Determine the <a>main size</a> of the flex container</strong>
26142614
using the rules of the formatting context in which it participates.
2615-
For this computation, <a value for=margin>auto</a> margins on flex items are treated as ''0''.
26162615
</ol>
26172616

26182617
<h3 id='main-sizing'>
@@ -3000,7 +2999,7 @@ Intrinsic Sizes</h3>
30002999
to produce various types of content-based automatic sizing,
30013000
such as shrink-to-fit logical widths (which use the ''fit-content'' formula)
30023001
and content-based logical heights (which use the <a>max-content size</a>).
3003-
3002+
For these computations, <a value for=margin>auto</a> margins on flex items are treated as ''0''.
30043003

30053004
See [[!CSS-SIZING-3]] for a definition of the terms in this section.
30063005

0 commit comments

Comments
 (0)