aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <hikezoe@mozilla.com>2017-04-13 23:07:26 +0900
committerHiroyuki Ikezoe <hikezoe@mozilla.com>2017-04-14 08:50:16 +0900
commit6ae5af17ce37e5ffdf36aca84e8e1503d163deb8 (patch)
treec9e56af6bcf5514c5888fd0ff9901aff959899a9 /components/script/dom/webidls/CSSStyleDeclaration.webidl
parent24919b3cf818e6755e6453e70216eeba4060f5a0 (diff)
downloadservo-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.webidl2
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;