[csswg-drafts] [css-transforms-1] SVG transform attributes: transforms don't need to be separated (#3719)

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

== [css-transforms-1] SVG transform attributes: transforms don't need to be separated ==
https://drafts.csswg.org/css-transforms/#svg-transforms does not reflect implementations correctly.

Syntax says:

```
transform
| transform comma-wsp transforms
```

which requires a comma or a wsp between transform functions. Browsers do not require any separation between transform functions.

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

Received on Monday, 11 March 2019 05:54:55 UTC