Re: [csswg-drafts] [filter-effects] Should root propagate `filter` to the viewport? (#13242)

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