Skip to content

[css-properties-values-api] Interpolation behavior of <transform-list> and <transform-function>+ #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
andruud opened this issue Jun 13, 2019 · 2 comments

Comments

@andruud
Copy link
Member

andruud commented Jun 13, 2019

The spec currently says:

Note that "<transform-list>" is a pre-multiplied data type name equivalent to "<transform-function>+"

And also:

If their type is defined as a list with "+", it’s interpolated as a simple list [css3-transitions].

This means that both <transform-list> and <transform-function>+ interpolate as simple lists, and not, for example, according to Interpolation of Transforms.

We should probably specify that <transform-list>, <transform-function>+/# and <transform-function> all interpolate according to Interpolation of Transforms.

@tabatkins
Copy link
Member

Presumably <transform-function># should interpolate as a simple list of transforms. Otherwise I agree; individual transform functions, and space-separated lists, should interpolate as transforms.

@andruud
Copy link
Member Author

andruud commented Jul 16, 2019

Fixed by 4b03d10.

@andruud andruud closed this as completed Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants