mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add layout support for list markers
This commit is contained in:
parent
4a4199c1d6
commit
b91e293819
18 changed files with 151 additions and 64 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! Generic types for counters-related CSS values.
|
||||
|
||||
#[cfg(feature = "servo")]
|
||||
#[cfg(feature = "servo-layout-2013")]
|
||||
use crate::computed_values::list_style_type::T as ListStyleType;
|
||||
#[cfg(feature = "gecko")]
|
||||
use crate::values::generics::CounterStyle;
|
||||
|
@ -123,7 +123,7 @@ pub struct GenericCounters<I>(
|
|||
);
|
||||
pub use self::GenericCounters as Counters;
|
||||
|
||||
#[cfg(feature = "servo")]
|
||||
#[cfg(feature = "servo-layout-2013")]
|
||||
type CounterStyleType = ListStyleType;
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue