mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
implements nsStyleCounterData type properties animatable
This commit is contained in:
parent
a155a6341d
commit
6316b7aeb8
2 changed files with 13 additions and 2 deletions
|
@ -233,7 +233,7 @@
|
|||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
<%helpers:longhand name="counter-increment" animation_value_type="none"
|
||||
<%helpers:longhand name="counter-increment" animation_value_type="discrete"
|
||||
spec="https://drafts.csswg.org/css-lists/#propdef-counter-increment">
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
|
@ -350,7 +350,7 @@
|
|||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
<%helpers:longhand name="counter-reset" animation_value_type="none"
|
||||
<%helpers:longhand name="counter-reset" animation_value_type="discrete"
|
||||
spec="https://drafts.csswg.org/css-lists-3/#propdef-counter-reset">
|
||||
pub use super::counter_increment::{SpecifiedValue, computed_value, get_initial_value};
|
||||
use super::counter_increment::parse_common;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue