diff options
author | CJ Ku <cku@mozilla.com> | 2018-01-25 12:44:20 +0900 |
---|---|---|
committer | Brian Birtles <birtles@gmail.com> | 2018-01-31 22:12:26 +0000 |
commit | 62c0c6feee8304eb40d0dcb574b6d1b98249eccc (patch) | |
tree | 38d222da8bb21cdb5c853090930d362fdc43284f /components/script/dom/webidls/CSSStyleDeclaration.webidl | |
parent | a8c133d07ed75f1da89d5e24b45d4043bfb79471 (diff) | |
download | servo-62c0c6feee8304eb40d0dcb574b6d1b98249eccc.tar.gz servo-62c0c6feee8304eb40d0dcb574b6d1b98249eccc.zip |
Implement rotate property styling
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index a7eb0289b84..987a95edb22 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -189,6 +189,7 @@ partial interface CSSStyleDeclaration { [CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString transform-style; [CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString backfaceVisibility; [CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString backface-visibility; + [CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString rotate; [CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString direction; [CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString unicodeBidi; |