From 411ae84908f6e0c167a9a77e32d57dfa089dbafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 1 Jul 2016 12:12:56 -0700 Subject: style: Add support to the animation shorthand and fix parsing of animation-name. --- components/script/dom/webidls/CSSStyleDeclaration.webidl | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/dom') diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 02864d39a77..22044bcf17f 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -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; -- cgit v1.2.3