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

Some notes (`transition` also implies `animation` unless otherwise specified) after an impromptu breakout with @svgeesus:

- It should be `transition-color-interpolation` unless we plan to extend it in the future.
- Assuming `<color-interpolation-token>` becomes part of the respective shorthands and can be specified in any order, we may end up having disambiguation problems with idents and we may need to define that `in` is reserved (cannot use it as an animation name) and we cannot define a property named `in`. OTOH maybe this is a non-issue as it’s always followed by a color space id? 
- We need to decide what the initial value would be. Same problem as gradients: should we go with better interpolation across the board, or maximize compat? I'd wager the compat issues are even smaller here, since a) it's usually a transient part of the UI and b) a compat issue with gradients is when they're used for color pickers, which is a non-issue here.

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


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

Received on Thursday, 2 November 2023 15:59:48 UTC