- From: Oriol Brufau via GitHub <noreply@w3.org>
- Date: Tue, 17 Jun 2025 01:55:35 +0000
- To: public-css-archive@w3.org
How does it break inheritance?
```html
<!DOCTYPE html>
<style>
html { color: green }
body { color: red }
body { all: revert }
</style>
I'm green
```
Anyways, this sounds the same as #11123.
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12341#issuecomment-2978675677 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 17 June 2025 01:55:35 UTC