Re: [csswg-drafts] [css-animations] animation-name can contain string

I missed #2435 
> RESOLVED: serialize all keyframes as identifiers

This implies we never serialize as strings, so `"1"` and `"  "` and `"initial"` and `"None"` can not be valid keyframe names. I suspect  `"  hello  "` should either not be a valid keyframe name, or it should serialize as `hello`.

This PR can be discarded.

-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/3296#issuecomment-437724748 using your GitHub account

Received on Monday, 12 November 2018 01:19:21 UTC