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