Re: [csswg-drafts] [css-values] Allow `unset` to use `revert` for non-inherited properties, instead of `initial` (#12341)

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