Re: [csswg-drafts] [css-values] Functional counterparts of other CSS-wide keywords (`revert-layer()`, `revert-rule()`) (#11773)

It just occurred to me that `revert-rule()` could also fix [additive CSS](https://github.com/w3c/csswg-drafts/issues/1594) use cases:

```css
.foo {
 animation: revert-rule(), foo 2s;
}
```

Though that would require accepting non-custom property values ( https://github.com/w3c/csswg-drafts/issues/11773#issuecomment-3291203358 )

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


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

Received on Tuesday, 28 April 2026 18:10:55 UTC