diff options
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 5 |
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; |