diff options
Diffstat (limited to 'components/script/dom')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 3e40523cf39..c0d851b196d 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -106,6 +106,18 @@ partial interface CSSStyleDeclaration { [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-top-style; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderTopWidth; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-top-width; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-image-source; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderImageSource; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-image-slice; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderImageSlice; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-image-repeat; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderImageRepeat; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-image-outset; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderImageOutset; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-image-width; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderImageWidth; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-image; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderImage; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString border-block-start-color; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString borderBlockStartColor; |