Expand description
Generic types for counters-related CSS values.
Re-exports§
pub use self::GenericCounterPair as CounterPair;
pub use self::GenericCounterIncrement as CounterIncrement;
pub use self::GenericCounterSet as CounterSet;
pub use self::GenericCounterReset as CounterReset;
pub use self::GenericCounters as Counters;
pub use self::GenericContent as Content;
pub use self::GenericContentItem as ContentItem;
Structs§
- Generic
Content Items - The non-normal, non-none values of the content property.
- Generic
Counter Increment - A generic value for the
counter-increment
property. - Generic
Counter Pair - A name / value pair for counters.
- Generic
Counter Reset - A generic value for the
counter-reset
property. - Generic
Counter Set - A generic value for the
counter-set
property. - Generic
Counters - A generic value for lists of counters.
Enums§
- Generic
Content - The specified value for the
content
property. - Generic
Content Item - Items for the
content
property.