Skip to content

Commit 73faa1c

Browse files
committed
[css3-flexbox] Whoops, attached the note to the wrong step.
1 parent 28ce1b2 commit 73faa1c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3248,8 +3248,6 @@ <h3 id=cross-sizing><span class=secno>9.4. </span> Cross size determination</h3>
32483248
sizes is less than the flex container's inner cross size, increase the
32493249
cross size of each flex line by equal amounts such that the sum of their
32503250
cross sizes exactly equals the flex container's inner cross size.
3251-
<p class=note> Note that this step does not affect the main size of the
3252-
flex item, even if it has an intrinsic aspect ratio.
32533251

32543252
<li id=algo-visibility> <strong>Collapse ‘<code
32553253
class=css>visibility:collapse</code>’ items.</strong> If any flex items
@@ -3277,6 +3275,8 @@ <h3 id=cross-sizing><span class=secno>9.4. </span> Cross size determination</h3>
32773275
cross size of its flex line, clamped according to the item's min and max
32783276
cross size properties. Otherwise, the used cross size is the item's <a
32793277
href="#hypothetical-cross-size"><i>hypothetical cross size</i></a>.
3278+
<p class=note> Note that this step does not affect the main size of the
3279+
flex item, even if it has an intrinsic aspect ratio.
32803280
</ol>
32813281

32823282
<h3 id=main-alignment><span class=secno>9.5. </span> Main-Axis Alignment</h3>

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,10 +2531,6 @@ <h3 id='cross-sizing'>
25312531
increase the cross size of each flex line by equal amounts
25322532
such that the sum of their cross sizes exactly equals the flex container's inner cross size.
25332533

2534-
<p class='note'>
2535-
Note that this step does not affect the main size of the flex item,
2536-
even if it has an intrinsic aspect ratio.
2537-
25382534
<li id='algo-visibility'>
25392535
<strong>Collapse ''visibility:collapse'' items.</strong>
25402536
If any flex items have ''visibility: collapse'',
@@ -2566,6 +2562,10 @@ <h3 id='cross-sizing'>
25662562
clamped according to the item's min and max cross size properties.
25672563
Otherwise,
25682564
the used cross size is the item's <i>hypothetical cross size</i>.
2565+
2566+
<p class='note'>
2567+
Note that this step does not affect the main size of the flex item,
2568+
even if it has an intrinsic aspect ratio.
25692569
</ol>
25702570

25712571
<h3 id='main-alignment'>

0 commit comments

Comments
 (0)