Re: [csswg-drafts] [css-values-5] Interpolating calc-size() more generally (#10294)

To the extent that we're likely to keep adding switches for interpolation of stuff that doesn't currently interpolate, I think it would make sense to choose a more general name that can accommodate more keywords. If we think authors will want to cascade them independently, we can add longhands; but I think even in that case we should clearly group them together.

Something like

```
animation-interpolation: normal | size-keywords || transition-discrete || add stuff here
optionally add longhands:
  animation-interpolation-size: normal | allow-keywords
  animation-interpolation-transition: <'transition-behavior'>
  etc.
```

(As @yisibl notes, we do have a `color-interpolation` property, so `interpolation` alone would be too generic.)

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 5 June 2024 09:45:18 UTC