2.1.77 [CSS-Level2-2009] Section 12.4, Automatic counters and numbering

V0108:

The specification states:

 The 'counter-reset' property also contains a list of one or more names of counters, 
 each one optionally followed by an integer. The integer gives the value that the 
 counter is set to on each occurrence of the element. The default is 0.

Quirks Mode and IE7 Mode (All Versions)

The counter-reset property is not supported.

V0249:

The specification states:

 ‘counter-increment’
  
 Value:                 <identifier> <integer>? ]+ | none | inherit
 Initial:               none
 Applies to:            all elements
 Inherited:             no
 Percentages:           N/A
 Media:                 all
 Computed value:        as specified

Quirks Mode and IE7 Mode (All Versions)

The counter-increment property is not supported.

V0250:

The specification states:

 The 'counter-increment' property accepts one or more names of counters 
 (identifiers), each one optionally followed by an integer. The integer indicates by 
 how much the counter is incremented for every occurrence of the element. The 
 default increment is 1. Zero and negative integers are allowed.

Quirks Mode and IE7 Mode (All Versions)

The counter-increment property is not supported.

V0251:

The specification states:

 If the same counter is specified more than once in the value of the 'counter-reset' 
 and 'counter-increment' properties, each reset/increment of the counter is 
 processed in the order specified.

Quirks Mode and IE7 Mode (All Versions)

The counter-increment property is not supported.