aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-04-28 19:48:45 -0500
committerbors-servo <metajack+bors@gmail.com>2015-04-28 19:48:45 -0500
commit1e150140bd12624ad357e3168fb496079fb8ec7c (patch)
tree238b47e1dc4329095025773e9ff14d2d0f51d83f /components/script/dom/webidls/CSSStyleDeclaration.webidl
parent0a4db7ae0f581a959863bd5159766795c6caf8d8 (diff)
parent544a02a25068a92dfd9e950eb3609713ad9599c7 (diff)
downloadservo-1e150140bd12624ad357e3168fb496079fb8ec7c.tar.gz
servo-1e150140bd12624ad357e3168fb496079fb8ec7c.zip
Auto merge of #5480 - SimonSapin:multicol, r=pcwalton
This add some properties to the style system and a new flow type, but the larger issues of dealing with fragmentation in the flow tree is still an open question. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5480) <!-- Reviewable:end -->
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;