[csswg-drafts] [css-flexbox] 'order' should not apply to abspos children of a flexbox

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-flexbox] 'order' should not apply to abspos children of a flexbox ==
CSS Flexbox defines [`order`](https://drafts.csswg.org/css-flexbox/#order-property) as

> Applies to: flex items and absolutely-positioned children of flex containers

However, per WG resolution, abspos children of a flexbox no longer respond to the `order` property, see e0a384bfceb93dafc254de81ed11e3d92c804128 and https://lists.w3.org/Archives/Public/www-style/2016Apr/0351.html.

So unless I'm missing something, `order` should no longer apply to them.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1439 using your GitHub account

Received on Monday, 22 May 2017 17:47:51 UTC