mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
implemented string-valued text-overflow
This commit is contained in:
parent
c4bd2027b7
commit
4b2737606d
7 changed files with 100 additions and 49 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue