Thanks! I caught this because becoming the 2nd flexbox answerer at Stack Overflow made me familiarized with the spec, so I knew order applied to abspos children. And when I was searching something unrelated in the changes section, I noticed that wasn't supposed to happen anymore.
CSS Flexbox defines
order
asHowever, 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.The text was updated successfully, but these errors were encountered: