Skip to content

Commit e0a384b

Browse files
committed
[css-flexbox] Abspos children of a flexbox no longer pay attention to 'order'.
1 parent 5b52de0 commit e0a384b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-flexbox/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,6 @@ Flex Items</h2>
654654
Absolutely-Positioned Flex Children</h3>
655655

656656
An absolutely-positioned child of a <a>flex container</a> does not participate in flex layout.
657-
However, it does participate in the <a href="#algo-flex-order">reordering step</a> (see 'order'),
658-
which has an effect on painting order.
659657

660658
The <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">static position</a>
661659
of an absolutely-positioned child of a <a>flex container</a>
@@ -3390,6 +3388,9 @@ Substantive Changes and Bugfixes</h4>
33903388
Switched <a>definite</a> and <a>indefinite</a> to refer to the (more correct) definitions in [[!CSS3-SIZING]]
33913389
instead of defining them inline in this module.
33923390
(<a href="https://drafts.csswg.org/css-flexbox/issues-cr-20160301#issue-10">Issue 10</a>)
3391+
<li id="change-2016-abspos-no-order">
3392+
Abspos children of a flexbox no longer respond to the 'order' property,
3393+
per WG resolution.
33933394
</ul>
33943395

33953396
<h4 id="change-201604-clarify">
@@ -4323,7 +4324,7 @@ Substantive Changes and Bugfixes</h4>
43234324
(<a href="https://drafts.csswg.org/css-flexbox-1/issues-cr-2012#issue-6">Issue 6</a>)
43244325
<blockquote>
43254326
An absolutely-positioned child of a <a>flex container</a> does not participate in flex layout
4326-
beyond the <a href="#algo-flex-order">reordering step</a>.
4327+
beyond the reordering step.
43274328

43284329
<del>
43294330
<p>

0 commit comments

Comments
 (0)