Re: [csswg-drafts] [css-color-5] Behavior of `none` in relative color syntax (#10151)

> C:
> 
> 1. calc(h + 20) remains calc(none + 20)

The value of `none` is replaced by the corresponding channel in the other color, so:

2. interpolated as `((50 + 20) + 50) / 2`
3. results in `hsl(60deg 50% 50%)`

To me, that seems like expected behavior.

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


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

Received on Sunday, 14 April 2024 19:24:30 UTC