- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 04 Sep 2024 16:01:05 +0000
- To: public-css-archive@w3.org
@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