[css-houdini-drafts] [CSS-Typed OM] CSSScaleValue should accept one argument (#887)

Rumyra has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [CSS-Typed OM] CSSScaleValue should accept one argument ==
In CSS you can use one value inside of a scale function and it will apply to both x and y axis.

This is not the case for the CSSScaleValue - which doesn't have a one argument constructor version. At the moment we do this:

`new CSSScale(CSS.number(2), CSS.number(2))`

Would make sense to do `new CSSScale(CSS.number(2))`

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/887 using your GitHub account

Received on Wednesday, 8 May 2019 23:30:10 UTC