mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
implements nsStyleTextOverflow type properties animatable
This commit is contained in:
parent
6316b7aeb8
commit
7d1374e019
2 changed files with 21 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
Method("has_overline", "bool"),
|
||||
Method("has_line_through", "bool")]) %>
|
||||
|
||||
<%helpers:longhand name="text-overflow" animation_value_type="none" boxed="True"
|
||||
<%helpers:longhand name="text-overflow" animation_value_type="discrete" boxed="True"
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-text-overflow">
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue