[fxtf-drafts] [geometry-1] scaleY for scale() not defined if missing

dirkschulze has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [geometry-1] scaleY for scale() not defined if missing ==
`scaleY` has no default value in WebIDL. The algorithm for [`scale()`](https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-scale) requires to call `scaleSelf()` with `scaleX`, `scaleY` and the origin variables. All but `scaleY` are default initialized.

Shouldn't step 1
> If scaleY is missing, set scaleY to the value of scaleX.

from [`scaleSelf()`](https://drafts.fxtf.org/geometry/#dom-dommatrix-scaleself) be added as well?

CC @zcorpan 

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

Received on Friday, 9 November 2018 08:13:36 UTC