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-align] definition of 'flex-start' and 'flex-end' is wrong for '*-content' #1401

Closed
dbaron opened this issue May 19, 2017 · 0 comments
Closed

Comments

@dbaron
Copy link
Member

dbaron commented May 19, 2017

The definition of flex-start and of flex-end currently say:

When used on boxes that are not children of a flex container, this value behaves as start.

While this is correct for align-items, justify-items, align-self, and justify-self, it is not correct for align-content and justify-content. (See flexbox's definition of align-content and flexbox's definition of justify-content, both of which have "Applies to:" lines specifying flex containers, not flex items.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants