Skip to content

[css-animations] animation-name can contain string #3296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
3 changes: 2 additions & 1 deletion css-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:cssom-1; type:interface; text:CSSRule
spec:html; type:dfn; text:case-sensitive
spec:css-backgrounds-3; type:property; text:background-image
spec:css2; type:property; text:display
spec:css-values-4; type:dfn; text:string
</pre>

<h2 id="intro">
Expand Down Expand Up @@ -472,7 +473,7 @@ The 'animation-name' property</h3>
Applies to: all elements
Inherited: no
Percentages: N/A
Computed value: list, each item either a case-sensitive <a>css identifier</a> or the keyword ''animation-name/none''
Computed value: list, each item either a case-sensitive <a>css identifier</a> or <a>string</a>, or the keyword ''animation-name/none''
Animation type: not animatable
Canonical order: per grammar
</pre>
Expand Down