- From: Seokho Song via GitHub <noreply@w3.org>
- Date: Fri, 20 Mar 2026 01:43:27 +0000
- To: public-css-archive@w3.org
Hmm, I suppose we reconsider about this as "compatibility reasons".
According to the [body background](https://www.w3.org/TR/css-backgrounds-3/#body-background), the root element's background canvas is propagated from the `body`'s.
If we don't have body propagation, we should write like:
```
body {
background-image: url('example.gif');
}
html {
image-animation: paused;
}
```
... to pause propagated image.
Is this intended?
--
GitHub Notification of comment by DevSDK
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13435#issuecomment-4094822257 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 20 March 2026 01:43:28 UTC