From 2d9d31ee04553446546763e88ff8fedd01aba63e Mon Sep 17 00:00:00 2001 From: Daniel Robertson Date: Sun, 17 Apr 2016 22:07:36 -0400 Subject: Add style property for flex-basis Add the style property for flex-basis. The property should allow all values acceptable for `width`|`height` with the addition of `content`. --- components/script/dom/webidls/CSSStyleDeclaration.webidl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/script/dom') diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 10cf77ccc83..567167024ee 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -310,5 +310,7 @@ partial interface CSSStyleDeclaration { [SetterThrows, TreatNullAs=EmptyString] attribute DOMString flexDirection; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString flex-direction; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString flexBasis; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString flex-basis; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString order; }; -- cgit v1.2.3