Re: [css3-transforms] Should rotate3d be listed as a primitive?

On Thu, Jun 14, 2012 at 12:17 PM, David Zbarsky <dzbarsky@gmail.com> wrote:
> Rotate3d is not listed as transform function primitive at
> http://dev.w3.org/csswg/css3-transforms/#transform-primitives, yet
> rotate3d(1, 1, 1, 0) is provided as an example of an identity transform
> function at
> http://dev.w3.org/csswg/css3-transforms/#TermIdentityTransformFunction
> Should rotate3d be a primitive?

Yes, I think so.  Also, probably perspective() should be defined as
primitive there, although it would have only itself as a derivative,
because otherwise AFAICT it can't be interpolated.

Received on Monday, 2 July 2012 12:53:43 UTC