- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 May 2023 16:08:57 +0000
- To: public-css-archive@w3.org
@ljharb Consider this: ```js element.style.cssText = "background: var(--b)"; [...element.style].includes("background-color"); // ??? ``` At specified-value time we don't know whether the variable will have the value that skips `background-color` from the expansion. So it's an obstacle. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8726#issuecomment-1568704327 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 May 2023 16:08:59 UTC