Re: [csswg-drafts] [css-transforms-2] `scale` property behavior differs from `scale()` function

Would it be possible to have `scale: 3` expand to `scale: 3 3 3`?  If the current z-axis position is 0, scaling it has no effect. _Except_ if it then upgrades to "3D transform" mode and causes complications that way.

If that's the case (complications from switching to 3D mode), the default should be as @birtles proposed, and have a single value behave the same as the `scale()` function.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2109#issuecomment-351921562 using your GitHub account

Received on Friday, 15 December 2017 06:03:43 UTC