For example, the following two ''@keyframes'' rules have the same name,
@@ -254,8 +258,8 @@ Declaring Keyframes
@keyframes None { /* ... */ }
- However, those names
can be specified with a <
>,
- so the following are both valid:
+ They are also invalid if those names are specified with a <>
+ because they can not be serialized as valid <>:
@keyframes "initial" { /* ... */ }