CSS Animation: animation-name and @keyframes should accept string |
|
Issue descriptionhttps://drafts.csswg.org/css-animations/#animation-name Value: [ none | <keyframes-name> ]# <keyframes-name> = <custom-ident> | <string> names *can* be specified with a <string>, so the following are both valid: @keyframes "initial" { ... } @keyframes "None" { ... }
,
Sep 10
,
Nov 7
I would like to take this issue if nobody is working on it yet.
,
Nov 7
The spec doesn't make clear if the computed value can contain quoted strings. I have suggested an update and WPT: https://github.com/w3c/csswg-drafts/pull/3296 https://github.com/web-platform-tests/wpt/pull/13970 |
|
►
Sign in to add a comment |
|
Comment 1 by smcgruer@chromium.org
, Sep 10