Re: [csswg-drafts] [css-transforms-2] Serialization of the computed value of `translate` property.

`transform:translate(50% 0%)` is also by firefox translated to px. 

btw. `translate:50%` and `scale:2 2` and other "styles" from transform shall be removed. 

Example:
```
transform:scale(-1), translate(50px,50px);
transform:translate(50px,50px), scale(-1);
```

THERE ARE TWO DIFFERENT TRANSFORMS. It cannot be separated to scale and translate. 
  

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

Received on Thursday, 21 December 2017 19:54:19 UTC