Incrementing Counters : counter-increment property

Use the counter-increment property to increase the specified counter value.

.Chapter h2 {
  …
  counter-increment: ChapterNo;
  …
}