Re: [csswg-drafts] [css-color-4] When do color space conversions happen?

> > On the other hand, if the conversion is handled after computed 
value time, presumably this means we cannot animate from `color(foo 1 
2 3)` to `color(bar 4 5 6)`.

> No, that doesn't follow.

As I understand, animations and transitions work on computed values. 
If the computed value is not in the same color space, how can you 
animate? what is 25% of the way between `color(foo 0 0 0)` to 
`color(bar 0 0 100)`? 25% of the way between 0 and 100 is 25, but 25% 
of the way between foo and bar is what?

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

Received on Sunday, 8 January 2017 23:34:18 UTC