Do not use CVAS for the list-style-type property

This commit is contained in:
Anthony Ramine 2017-09-11 16:35:11 +02:00
parent 7fc2c43551
commit 0254fd0635
4 changed files with 5 additions and 7 deletions

View file

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