mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +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
|
@ -71,7 +71,7 @@ impl SymbolsType {
|
|||
///
|
||||
/// Since wherever <counter-style> is used, 'none' is a valid value as
|
||||
/// well, we combine them into one type to make code simpler.
|
||||
#[derive(Clone, Debug, Eq, PartialEq, ToCss)]
|
||||
#[derive(Clone, Debug, Eq, PartialEq, ToComputedValue, ToCss)]
|
||||
pub enum CounterStyleOrNone {
|
||||
/// `none`
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue