mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
style: Add support to the animation shorthand and fix parsing of animation-name.
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
4fafcb121f
commit
411ae84908
@@ -331,6 +331,7 @@ partial interface CSSStyleDeclaration {
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString alignSelf;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString align-self;
|
||||
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString animation;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString animation-name;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString animationName;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString animation-duration;
|
||||
|
||||
Reference in New Issue
Block a user