diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-01-28 17:24:50 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-01-28 17:24:50 -0700 |
commit | c8e68fa45c43856f7ffbdde25b6e68571ad288bf (patch) | |
tree | 4226130646a28e961829a7276b83959a63f13cf4 /components/script/dom | |
parent | 74e32d119c864f527510a3ca008f88c26818df0b (diff) | |
parent | 0f8e436745715b68617722ae8db16c42f6eb3914 (diff) | |
download | servo-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.webidl | 1 |
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; |