-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Description
Invalid value
Should throw an error, but it doesn't now.
.Invalid {
animation-name: default, two;
animation-name: one, initial;
animation-name: one, inherit;
animation-name: one, unset;
animation-name: revert, three;
animation-name: revert-layer, four;
animation-name: "foo", unset;
animation-name: unset, "foo";
}Valid value
.Valid {
animation-name: none, none;
animation-name: one, none;
animation-name: "foo", none;
animation-name: none, "foo";
}csstree output
syntax: [ none | <keyframes-name> ]#
animation-name: "foo",unset
----------------------^Theoretically, any property that supports multiple values, except for the animation-name property, needs to be handled this way. For details, see: web-platform-tests/wpt@4f82d32
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels