auto merge of #4592 : pcwalton/servo/text-overflow, r=mbrubeck

Only the one-value syntax is supported for now.

r? @mbrubeck
This commit is contained in:
bors-servo 2015-01-28 17:24:50 -07:00
commit c8e68fa45c
10 changed files with 195 additions and 56 deletions

View file

@ -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;