Skip to content

Commit ba13fa4

Browse files
committed
Reword the note about phantom lineboxes, shift it further down in the section.
1 parent 1ad3f14 commit ba13fa4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -721,11 +721,6 @@ <h3 id=abspos-flex-items><span class=secno>4.2. </span> Out-of-flow Items</h3>
721721
class=css>auto</code></a>’), then, is the final position of its
722722
corresponding placeholder, after flex layout has been performed.
723723

724-
<p class=note> Note that the anonymous flex item generated by an
725-
out-of-flow item may be subject to the rules governing <a
726-
href="http://www.w3.org/TR/CSS21/visuren.html#phantom-line-box">phantom
727-
line boxes</a>.
728-
729724
<p class=note> Note: In most cases, this means that absolutely-positioned
730725
items have no effect on flex layout. However, when the flex container has
731726
<code class=css>justify-content: space-between</code>’ or ‘<code
@@ -734,6 +729,11 @@ <h3 id=abspos-flex-items><span class=secno>4.2. </span> Out-of-flow Items</h3>
734729
where there would otherwise be only one, possibly resulting in increased
735730
space between two "real" items.
736731

732+
<p class=note> Note that any lineboxes generated solely due to placeholders
733+
will be <a
734+
href="http://www.w3.org/TR/CSS21/visuren.html#phantom-line-box">phantom
735+
line boxes</a>.
736+
737737
<h3 id=visibility-collapse><span class=secno>4.3. </span> Collapsed Items</h3>
738738

739739
<p> Specifying ‘<code class=css>visibility:collapse</code>’ on a flex

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,6 @@ <h3 id='abspos-flex-items'>
405405
(the position when the 'top'/'right'/'bottom'/'left' properties are ''auto''), then,
406406
is the final position of its corresponding placeholder, after flex layout has been performed.
407407

408-
<p class='note'>
409-
Note that the anonymous flex item generated by an out-of-flow item
410-
may be subject to the rules governing <a href="http://www.w3.org/TR/CSS21/visuren.html#phantom-line-box">phantom line boxes</a>.
411-
412408
<p class='note'>
413409
Note: In most cases,
414410
this means that absolutely-positioned items have no effect on flex layout.
@@ -417,6 +413,10 @@ <h3 id='abspos-flex-items'>
417413
where there would otherwise be only one,
418414
possibly resulting in increased space between two "real" items.
419415

416+
<p class='note'>
417+
Note that any lineboxes generated solely due to placeholders
418+
will be <a href="http://www.w3.org/TR/CSS21/visuren.html#phantom-line-box">phantom line boxes</a>.
419+
420420
<h3 id='visibility-collapse'>
421421
Collapsed Items</h3>
422422

0 commit comments

Comments
 (0)