File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 '>
421421Collapsed Items</ h3 >
422422
You can’t perform that action at this time.
0 commit comments