implemented string-valued text-overflow

This commit is contained in:
Nikhil Shagrithaya 2016-10-19 00:06:19 +05:30
parent c4bd2027b7
commit 4b2737606d
7 changed files with 100 additions and 49 deletions

View file

@ -12,9 +12,6 @@
Method("has_overline", "bool"),
Method("has_line_through", "bool")]) %>
% if product == "servo":
${helpers.single_keyword("text-overflow", "clip ellipsis", animatable=False)}
% else:
<%helpers:longhand name="text-overflow" animatable="False">
use std::fmt;
use style_traits::ToCss;
@ -93,7 +90,6 @@
}
}
</%helpers:longhand>
% endif
${helpers.single_keyword("unicode-bidi",
"normal embed isolate bidi-override isolate-override plaintext",