mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Do not use CVAS for the list-style-type property
This commit is contained in:
parent
7fc2c43551
commit
0254fd0635
4 changed files with 5 additions and 7 deletions
|
@ -339,6 +339,7 @@ trivial_to_computed_value!(bool);
|
|||
trivial_to_computed_value!(i32);
|
||||
trivial_to_computed_value!(f32);
|
||||
trivial_to_computed_value!(BorderStyle);
|
||||
trivial_to_computed_value!(String);
|
||||
|
||||
/// A `<number>` value.
|
||||
pub type Number = CSSFloat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue