[csswg-drafts] Pull Request: [css-transforms] 2D and 3D rotation are distinct

ewilligers has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-transforms] 2D and 3D rotation are distinct ==
rotateZ(angle) is a 3d transform equivalent to the 2d transform
rotate(angle).

The spec previously said they are "the same", which is inaccurate
as 3d transforms can have additional side-effects in UAs.

resolves #2520

See https://github.com/w3c/csswg-drafts/pull/2525

Received on Tuesday, 10 April 2018 13:14:25 UTC