Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-flexbox] 'order' should not apply to abspos children of a flexbox #1439

Closed
Loirooriol opened this issue May 22, 2017 · 2 comments
Closed

Comments

@Loirooriol
Copy link
Contributor

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.

@tabatkins tabatkins added the css-flexbox-1 Current Work label May 25, 2017
@fantasai
Copy link
Collaborator

Fixed, thanks! (How did you catch this? You're amazing.)

@Loirooriol
Copy link
Contributor Author

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.

@fantasai fantasai added this to the Published css-flexbox-1 2017-10-19 milestone Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment