counter-set
The counter-set CSS property sets the value of the counter.
CSS
JS
object.style.counterSet = "value";
Values
<'counter-set'> = [ <counter-name> <integer>? ]+ | none
<counter-name> = <custom-ident>
<custom-ident>
Specifies any valid identifier that is not misinterpreted as a keyword.
<integer>
Specifies one or more decimal digits (0-9).
none
Does not alter the value of any counters.
Initial
counter-name
integer
none
JS
Internal
External