- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 25 Mar 2026 16:37:48 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-animations] Serialize all keyframe names as strings`, and agreed to the following: * `RESOLVED: No change to spec. Allowed keyframe names that can serialize as idents do so, and all others (requiring escapes or disallowed keywords like 'initial') serialize as strings.` <details><summary>The full IRC log of that discussion</summary> <fantasai> TabAtkins: Some discussions awhile back about exactly how keyframe names get serialized<br> <fantasai> TabAtkins: whether varies depends on keyframe name being an ident or some CSS-wide reserved keyword or something<br> <fantasai> TabAtkins: We had a resolution, and then backed that out<br> <fantasai> TabAtkins: I believe that browsers currently have interop on current spec<br> <fantasai> TabAtkins: which is that we serialize to a keyword if it doesn't require an escape and not a CSS-wide keyword<br> <fantasai> TabAtkins: If they need escapes or would match a disallowed keyword, we serialize as a string<br> <fantasai> TabAtkins: So I think we can close this issue as no change<br> <fantasai> RESOLVED: No change to spec. Allowed keyframe names that can serialize as idents do so, and all others (requiring escapes or disallowed keywords like 'initial') serialize as strings.<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2435#issuecomment-4128067883 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 25 March 2026 16:37:49 UTC