- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 01 Feb 2022 21:09:28 +0000
- To: public-css-archive@w3.org
> Firefox is missing the indentation
That's a mess, see #4828
> But I feel like it should be serialized as a string, for round tripping
I agree it should round-trip, but it could still be done with an identifier:
```css
@keyframes my\ Animation {
to { color: green }
}
```
That's valid and is the serialization that you get from https://drafts.csswg.org/cssom/#serialize-an-identifier
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7004#issuecomment-1027290010 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 1 February 2022 21:09:30 UTC