implements nsStyleTextOverflow type properties animatable

This commit is contained in:
Daisuke Akatsuka 2017-07-05 12:59:12 +09:00
parent 6316b7aeb8
commit 7d1374e019
2 changed files with 21 additions and 1 deletions

View file

@ -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;