- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Thu, 25 Oct 2018 06:14:50 +0000
- To: public-css-archive@w3.org
I'm not sure this is about parallel vectors (although I'm definitely out of my depth when it comes to 3D math) but special-casing the `rotate[XYZ]?(0deg)` case to match the axis of the other rotation value. For the specific content that prompted this issue the values are 'rotate(0deg)' and 'rotateX(360deg)' which produces vectors of `[0, 0, 1]` and `[1, 0, 0]` respectively. -- GitHub Notification of comment by birtles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3236#issuecomment-432927576 using your GitHub account
Received on Thursday, 25 October 2018 06:14:51 UTC