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

ewilligers has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [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:43 UTC