- From: Andreu Botella via GitHub <sysbot+gh@w3.org>
- Date: Fri, 22 Dec 2023 15:23:47 +0000
- To: public-css-archive@w3.org
```html
<style>
div {
border: 1px solid black;
text-align: center;
animation: 5s linear infinite alternate width-animation;
}
.unconditional {
white-space: normal;
background-color: purple;
opacity: 0.6;
}
.conditional {
white-space: pre-wrap;
background-color: orange;
opacity: 0.6;
}
</style>
<div><!--
-->qwertyuiop<!--
--><span class="unconditional">     </span><!--
--><span class="conditional"> </span><!--
--></div>
```
Do I assume that a correct implementation should render this animation? No browser currently does this.

--
GitHub Notification of comment by andreubotella
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9724#issuecomment-1867809865 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 22 December 2023 15:23:49 UTC