Skip to content

Commit aa10396

Browse files
committed
[css-flexbox] Reinforce that abspos children are affected by order, but dont' participate in layout.
1 parent a109e1a commit aa10396

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

css-flexbox/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,9 @@ Flex Items</h2>
646646
<h3 id='abspos-items'>
647647
Absolutely-Positioned Flex Children</h3>
648648

649-
An absolutely-positioned child of a <i>flex container</i> does not participate in flex layout
650-
beyond the <a href="#algo-flex-order">reordering step</a>.
649+
An absolutely-positioned child of a <a>flex container</a> does not participate in flex layout.
650+
However, it does participate in the reordering step (see 'order'),
651+
which has an effect in their painting order.
651652

652653
The <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a>
653654
of an absolutely-positioned child of a <a>flex container</a>
@@ -2273,7 +2274,7 @@ Initial Setup</h3>
22732274
as described in the <a href="#flex-items">Flex Items</a> section.
22742275

22752276
<li id='algo-flex-order'>
2276-
<strong>Re-order the flex items and absolutely positioned flex container children according to their 'order'.</strong>
2277+
<strong>Re-order the flex items according to their 'order'.</strong>
22772278
The flex items with the lowest (most negative) 'order' values are first in the ordering.
22782279
If multiple flex items share an 'order' value,
22792280
they're ordered by document order.
@@ -3577,7 +3578,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
35773578
<p>
35783579
However, if both 'left' and 'right' or both 'top' and 'bottom' are ''auto'',
35793580
then the used value of those properties
3580-
are computed from its <dfn id='flex-item-static-position'>static position</dfn>, as follows:
3581+
are computed from its static position, as follows:
35813582

35823583
<p>
35833584
If both 'left' and 'right' are ''auto'',

0 commit comments

Comments
 (0)