- From: 一丝 via GitHub <noreply@w3.org>
- Date: Thu, 29 Jan 2026 06:32:31 +0000
- To: public-css-archive@w3.org
I believe the specification should explicitly state that `revert-rule` does not support reverting within a “declaration block.”
I only discovered this after carefully reviewing the meeting minutes, and it is easily misunderstood.
If I'm not mistaken, in the following style, the color ultimately **isn't green**.
```css
.foo {
color: green;
color: var(--x, revert-rule); /* ❌ Cannot revert to green */
}
```
--
GitHub Notification of comment by yisibl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10443#issuecomment-3815754497 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 29 January 2026 06:32:32 UTC