[css-houdini-drafts] [css-typed-om] is2D should be false to serialize with 'translate3d' and true for 'translate'

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

== [css-typed-om] is2D should be false to serialize with 'translate3d' and true for 'translate' ==
https://drafts.css-houdini.org/css-typed-om/#transformvalue-serialization

# is:
- To serialize a CSSTranslate this:
  - If this’s is2D internal slot is `true`:

# should be:
- To serialize a CSSTranslate this:
  - If this’s is2D internal slot is `false`:

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

Received on Wednesday, 28 March 2018 19:59:51 UTC