Re: [csswg-drafts] [css-transitions] Add control of colorspace used for transitioning colors (#7063)

Given that we now have [`transition-behavior`](https://drafts.csswg.org/css-transitions-2/#transition-behavior-property) to provide parameters about how interpolation happens (currently only supporting `normal` and `allow-discrete` values), I suggest we reuse that and add a `<color-interpolation-method>` as part of its values.

Its syntax would then become:

```
<transition-behavior-value> = normal | [ allow-discrete || <color-interpolation-token> ]
```

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


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

Received on Wednesday, 19 June 2024 14:06:20 UTC