[css-flexbox] 'order' should not apply to abspos children of a flexbox · Issue #1439 · w3c/csswg-drafts (original) (raw)
CSS Flexbox defines order 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 e0a384b 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.