Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions css-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ Declaring Keyframes</h2>
the names are fully <a>case-sensitive</a>;
two names are equal only if they are codepoint-by-codepoint equal.
The <<custom-ident>> additionally excludes the ''animation-name/none'' keyword.
The empty <<string>> should be parsed as invalid, any other should be serialized as <<ident>>
when possible, or as <<string>> otherwise (eg, <a>CSS Wide Keywords<a>).

<div class=example>
For example, the following two ''@keyframes'' rules have the same name,
Expand Down