File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -654,8 +654,6 @@ Flex Items</h2>
654
654
Absolutely-Positioned Flex Children</h3>
655
655
656
656
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.
659
657
660
658
The <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">static position</a>
661
659
of an absolutely-positioned child of a <a>flex container</a>
@@ -3390,6 +3388,9 @@ Substantive Changes and Bugfixes</h4>
3390
3388
Switched <a>definite</a> and <a>indefinite</a> to refer to the (more correct) definitions in [[!CSS3-SIZING]]
3391
3389
instead of defining them inline in this module.
3392
3390
(<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.
3393
3394
</ul>
3394
3395
3395
3396
<h4 id="change-201604-clarify">
@@ -4323,7 +4324,7 @@ Substantive Changes and Bugfixes</h4>
4323
4324
(<a href="https://drafts.csswg.org/css-flexbox-1/issues-cr-2012#issue-6">Issue 6</a> )
4324
4325
<blockquote>
4325
4326
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.
4327
4328
4328
4329
<del>
4329
4330
<p>
You can’t perform that action at this time.
0 commit comments