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

_hehe, I need to be careful that I am fully following everything here._

When you write `calc(none)`.
Do you mean:
1. `none` is passed as `none` to `calc`, not as `0`
2. `calc(none)` is part of the computed value of the relative color

Because passing `none` as `none` to `calc` might be useful (e.g. `clamp()`).
But trying to further preserve `none` in the final color value when it is used in a math expression seems problematic to me.

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


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

Received on Friday, 12 April 2024 21:50:01 UTC