Re: [csswg-drafts] [css-cascade-6] Enable `revert-layer` layer limiting and fallback values (#10416)

```css
@layer example {
  p {
    color: revert-layer(to layer2, red);
  }
}
``` 

Within the author origin, is this different from creating a new layer below `layer-2`, and setting `color: red` in that layer?

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


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

Received on Wednesday, 19 February 2025 23:12:28 UTC