Re: [csswg-drafts] [css-transforms-2] Syntax of "rotate" judged unintuitive (and not interoperable anyway)

> It seems Chrome doesn't support the syntax of rotate: 0 0 1 45deg

This was [fixed](https://codereview.chromium.org/2531753002).

Web platform tests show the currently [valid](https://github.com/w3c/web-platform-tests/blob/master/css/css-transforms/parsing/rotate-parsing-valid.html) and [invalid](https://github.com/w3c/web-platform-tests/blob/master/css/css-transforms/parsing/rotate-parsing-invalid.html) syntax.

I don't think having two properties and a shorthand is justified. Fremy's example could be achieved with
`Value: none | <angle> && [ axis(<number>{3}) ]?`



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

Received on Thursday, 14 December 2017 04:35:03 UTC