Re: [csswg-drafts] [css-color] Eager evaluation of calc() for specified value serialization of non-rgb() colors (#10830)

@weinig is it really consistent with other properties? Specified values do generally preserve calc-ness (simplified):

```js
document.body.style.zIndex = "calc(1 + 1)"
document.body.style.zIndex // calc(2)

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


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

Received on Wednesday, 4 September 2024 16:01:06 UTC