Set the Counter increment name and a Counter reset.
Counter reset¶
The Counter reset should be added to a parent element to reset counters within it. For example, you can apply the Counter reset property to the Body base style to reset all counters with a specific name.
Expected values:¶
- Custom ident - The name of the counter. For example, Section
- Number (integer) - Use this after a Custom ident to reset the counter to a specific starting number. For example 'Section 2' will reset the Counter 'Section' to start at 2
- None - Cancels any reset applied to a less specific rule.
Counter increment¶
Expected value:¶
- The name of the counter. For example, Section