- From: Eric Willigers via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Nov 2018 19:03:24 +0000
- To: public-css-archive@w3.org
ewilligers has just labeled a pull request from ewilligers for https://github.com/w3c/csswg-drafts as "css-animations-1":
== [css-animations] animation-name can contain string ==
The computed value for animation-name can contain strings.
For example, the following are valid:
@keyframes "initial" { ... }
@keyframes "None" { ... }
The computed value for animation-name
`"initial", "None", None`
should be
`"initial", "None", none`
Without quotes, the computed value would not round trip.
See https://github.com/w3c/csswg-drafts/pull/3296
Received on Wednesday, 7 November 2018 19:03:44 UTC