![]() |
The counter-increment property defines if a counter should be incremented each time an element with the property is displayed.
To use the counter-increment property counter-reset needs to be called. If the counter-reset property hasn't been called the default value of the counter is 1.
| Values | Description |
| none | No value will be incremented. Used to override |
| identifier | The counter with the identifier will be incremented. |
counter-reset, content
Comments