- From: Miriam Suzanne via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Feb 2025 23:12:27 +0000
- To: public-css-archive@w3.org
```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