3.91 counter-reset-increment-002

Expected results

The test passes if the two columns of numbers are identical.

Actual results

IE8 Mode, IE9 Mode, IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

The two columns of numbers are not identical.

The test case fails because counters reset by a parent element are not used by the child elements when counting. The counter-increment property can be used only outside of pseudo-elements.

Related Variation

Section 2.1.78, V0109