Re: [csswg-drafts] [css-transforms-2] Is addition/accumulation for the Individual Transform Properties specified anywhere? (#4355)

Hopefully the following is useful:

Suppose we have an addition/accumulation example using only translate3d() or only scale3d() or only rotate3d(). We should be able to map that to an equivalent example that only uses translate or rotate or scale.

So, to determine the appropriate behavior for an example using only scale, we can convert the example to an equivalent example using scale3d(), determine the behavior, and convert that result back to scale.  

Wording in the spec could be added to formalize this.


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

Received on Monday, 23 September 2019 04:57:27 UTC