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-transforms] Individual transform "scale" has interop issue #856

Closed
FremyCompany opened this issue Jan 5, 2017 · 5 comments
Closed
Assignees

Comments

@FremyCompany
Copy link
Contributor

The scale property accepts 1-3 values, each specifying a scale along one axis, in order X, Y, then Z. Unspecified scales default to 1.
https://drafts.csswg.org/css-transforms-2/#propdef-scale

This is what Edge implemented as far as I can see but not what Chrome implemented. Should I file a bug on Chrome or should we update the spec and file a bug on Edge?

image

@FremyCompany
Copy link
Contributor Author

@ewilligers
Copy link
Contributor

We independently noticed this in Chrome, and a correction has been committed. https://codereview.chromium.org/2623453002

@gregwhitworth
Copy link
Contributor

Since Blink has adjusted to the spec - closing this issue out.

@birtles
Copy link
Contributor

birtles commented Dec 13, 2017

Why does the spec make scale: 2 differ from transform: scale(2)?

That seems inconsistent and surprising.

@birtles
Copy link
Contributor

birtles commented Dec 14, 2017

Opened separate issue #2109 for this.

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

6 participants