list_counter library

Classes

Counter
A counter class that follows the specification outlined at https://www.w3.org/TR/css-lists-3/#auto-numbering.
CounterStyle
The CounterStyle class represents styles that can be used to generate a text representation of the given counter's value (such as a 'iv' for 4, or 'β' for 2).
CounterStyleRegistry
Creates a static registry of all available CounterStyle options.
IntRange
A basic representation of an inclusive range of integers. If min or max are null, they represent negative infinity or positive infinity respectively.
PredefinedCounterStyle
Defines a list of predefined counter-styles (ref: https://www.w3.org/TR/css-counter-styles-3/#predefined-counters)

Enums

System
Declares the predefined CounterStyle systems.