aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-02-20 18:58:41 +0100
committerSimon Sapin <simon.sapin@exyr.org>2015-04-29 02:29:32 +0200
commitf30cd4f3770bc0d65a01b66d6ce92b31b364a50b (patch)
tree1694cd3eac1bdc04ad3bd0bd2cba155f9413ec75 /components/script/dom/webidls/CSSStyleDeclaration.webidl
parent4f6b7b5a9425fce8f29d557e595278d150f859a2 (diff)
downloadservo-f30cd4f3770bc0d65a01b66d6ce92b31b364a50b.tar.gz
servo-f30cd4f3770bc0d65a01b66d6ce92b31b364a50b.zip
Add column-width, column-count, columns and column-gap properties in the style system.
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r--components/script/dom/webidls/CSSStyleDeclaration.webidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl
index e937f4c41b2..8ed0805f432 100644
--- a/components/script/dom/webidls/CSSStyleDeclaration.webidl
+++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl
@@ -187,6 +187,11 @@ partial interface CSSStyleDeclaration {
[TreatNullAs=EmptyString] attribute DOMString imageRendering;
+ [TreatNullAs=EmptyString] attribute DOMString columnCount;
+ [TreatNullAs=EmptyString] attribute DOMString columnWidth;
+ [TreatNullAs=EmptyString] attribute DOMString columns;
+ [TreatNullAs=EmptyString] attribute DOMString columnGap;
+
[TreatNullAs=EmptyString] attribute DOMString transition;
[TreatNullAs=EmptyString] attribute DOMString transitionDuration;
[TreatNullAs=EmptyString] attribute DOMString transitionTimingFunction;