- From: Oriol Brufau via GitHub <noreply@w3.org>
- Date: Thu, 18 Dec 2025 17:48:13 +0000
- To: public-css-archive@w3.org
Unlike background, note that browsers only propagate from the root element, not from the body:
```html
<!DOCTYPE html>
<style>
body {
background: red;
border: 10px solid red;
filter: hue-rotate(120deg);
}
</style>
a
```
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13242#issuecomment-3671419789 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 18 December 2025 17:48:14 UTC