Re: [csswg-drafts] [css-transforms-2] Is it necessary to serialize all 3 components of translate given the 3rd component is 0px (#3305)

All 4 browser engines serialize the gCS result for `transform: scale3d(3, 2, 1)` as `matrix(3, 0, 0, 2, 0, 0)`, i.e. they don't report a `matrix3d` result.

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

Received on Wednesday, 9 October 2019 05:56:45 UTC