mirror of
https://github.com/servo/servo.git
synced 2025-07-31 03:00:29 +01:00
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:
commit
c8e68fa45c
10 changed files with 195 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue