diff options
author | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-04-13 23:07:26 +0900 |
---|---|---|
committer | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-04-14 08:50:16 +0900 |
commit | 6ae5af17ce37e5ffdf36aca84e8e1503d163deb8 (patch) | |
tree | c9e56af6bcf5514c5888fd0ff9901aff959899a9 /components/script/dom/webidls/CSSStyleDeclaration.webidl | |
parent | 24919b3cf818e6755e6453e70216eeba4060f5a0 (diff) | |
download | servo-6ae5af17ce37e5ffdf36aca84e8e1503d163deb8.tar.gz servo-6ae5af17ce37e5ffdf36aca84e8e1503d163deb8.zip |
Make font-variant shorthand.
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 498d4a634d4..aebe2b5f7c6 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -281,6 +281,8 @@ partial interface CSSStyleDeclaration { [SetterThrows, TreatNullAs=EmptyString] attribute DOMString font-style; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString fontVariant; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString font-variant; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString fontVariantCaps; + [SetterThrows, TreatNullAs=EmptyString] attribute DOMString font-variant-caps; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString fontWeight; [SetterThrows, TreatNullAs=EmptyString] attribute DOMString font-weight; |