CSSCounter sealed class CSSCounter : CSSValue Documentation Code public string CounterIdentifier { get; } public string DefinedSeparator { get; } public string ListStyle { get; } public CSSCounter(string identifier, string listStyle, string separator)