[css-houdini-drafts] [css-typed-om] Serializing transforms

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

== [css-typed-om] Serializing transforms ==
Following the [algorithm for serializing transforms](https://drafts.css-houdini.org/css-typed-om-1/#transformvalue-serialization):

- Serializing `new CSSTranslation(0, 0)` would give `translation(0, 0)` instead of `translate(0, 0)` (need to remove the `tion`).
- Serializing `new CSScale(0, 0, 0)` would give `scale(0, 0, 0)` instead of `scale3d(0, 0, 0)` (need to append `3d`).

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

Received on Wednesday, 27 December 2017 02:59:30 UTC