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-1] Two different definitions for flex: initial #1555

Closed
sanoodles opened this issue Jun 22, 2017 · 1 comment
Closed

[css-flexbox-1] Two different definitions for flex: initial #1555

sanoodles opened this issue Jun 22, 2017 · 1 comment

Comments

@sanoodles
Copy link

Regarding https://www.w3.org/TR/css-flexbox-1

At https://www.w3.org/TR/css-flexbox-1/#flex-initial says "Equivalent to flex: 0 1 auto"

But at https://www.w3.org/TR/css-flexbox-1/#propdef-flex says "Initial: 1 0 auto"

Seems inconsistent.

@tabatkins
Copy link
Member

Yup, this was fixed in the ED https://drafts.csswg.org/css-flexbox/#flex-property. The correct value is 0 1 auto. We just haven't republished the spec yet.

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

No branches or pull requests

2 participants