aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-01-28 17:24:50 -0700
committerbors-servo <metajack+bors@gmail.com>2015-01-28 17:24:50 -0700
commitc8e68fa45c43856f7ffbdde25b6e68571ad288bf (patch)
tree4226130646a28e961829a7276b83959a63f13cf4 /components/script/dom
parent74e32d119c864f527510a3ca008f88c26818df0b (diff)
parent0f8e436745715b68617722ae8db16c42f6eb3914 (diff)
downloadservo-c8e68fa45c43856f7ffbdde25b6e68571ad288bf.tar.gz
servo-c8e68fa45c43856f7ffbdde25b6e68571ad288bf.zip
auto merge of #4592 : pcwalton/servo/text-overflow, r=mbrubeck
Only the one-value syntax is supported for now. r? @mbrubeck
Diffstat (limited to 'components/script/dom')
-rw-r--r--components/script/dom/webidls/CSSStyleDeclaration.webidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl
index 8efb88af268..70998624dc4 100644
--- a/components/script/dom/webidls/CSSStyleDeclaration.webidl
+++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl
@@ -116,6 +116,7 @@ partial interface CSSStyleDeclaration {
[TreatNullAs=EmptyString] attribute DOMString wordBreak;
[TreatNullAs=EmptyString] attribute DOMString wordSpacing;
[TreatNullAs=EmptyString] attribute DOMString wordWrap;
+ [TreatNullAs=EmptyString] attribute DOMString textOverflow;
[TreatNullAs=EmptyString] attribute DOMString textAlign;
[TreatNullAs=EmptyString] attribute DOMString textDecoration;