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>
654654Absolutely-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>
You can’t perform that action at this time.
0 commit comments