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

@ -1216,6 +1216,8 @@ pub mod longhands {
// TODO(pcwalton): Support `word-break: keep-all` once we have better CJK support.
${single_keyword("word-break", "normal break-all")}
${single_keyword("text-overflow", "clip ellipsis")}
${new_style_struct("Text", is_inherited=False)}
<%self:longhand name="text-decoration">