counterSet

abstract var counterSet: CounterSet?(source)

The counter-set CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element.

Syntax: [ <counter-name> <integer>? ]+ | none

Initial value: none

| Chrome | Firefox |  Safari  | Edge | IE  |
| :----: | :-----: | :------: | :--: | :-: |
|   85   |   68    |   17.2   | n/a  | No  |

See also