counter-increment
The counter-increment property increments CSS counters.
Formal Syntax
[ <counter-name> <integer>? ]+ | none
JavaScript Access
// Access via element.style
element.style.counterIncrement = 'none';
Browser Support
| Feature | Chrome | Firefox | Safari | Edge |
|---|---|---|---|---|
| counter-increment | 2 | 1 | 3 | 12 |
| list-item | 28 | 1 | 9 | 12 |
| none | 2 | 1 | 3 | 12 |