Testing Sixth Testable Statement of Sec 12.5 of CSS2 Specification
-
6. The counter-reset property follows the cascading rules.
PASS CRITERIA:
If statement #6 above is passed, then
This h3 element should only reset 'imagenum'.
Rules applied are "h3 {counter-reset: section -1}", and
"h3 {counter-reset: imagenum}".
This h4 element should reset both 'imagenum' and section counters.
Rules applied are "h4 {counter-reset: section -1 imagenum 99}".
All other properties of this page should be UA-default.