New issue
Advanced search Search tips

Issue 882286 link

Starred by 6 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

CSS Animation: animation-name and @keyframes should accept string

Project Member Reported by ericwilligers@chromium.org, Sep 10

Issue description

https://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" { ... }

 
Status: Available (was: Untriaged)
Cc: robertma@chromium.org
 Issue 882251  has been merged into this issue.
I would like to take this issue if nobody is working on it yet.
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