Testing Eighth Testable Statement of Sec 12.5 of CSS2 Specification
-
8. The OL will create a counter, and all children of the OL will refer to
that counter.
PASS CRITERIA:
If statement #8 above is passed, then
- increment item(0) =1 (also set item(0) to 0 above)
- increment item(0) = 2
- increment item(1) = 1(also set item(1) to 0 above)
- increment item(1) = 2
- increment item(1) = 3
- increment item(2) to 1 (also set item(2) to 0 above)
- increment item(3) to 1 (also set item(3) to 0 above)
- increment item(1) to 4
- increment item(0) to 3
- increment item(0) to 4
- increment item(4) to 1(also reset item(4) to 0)
- increment item(4) to 2
Rules applied are "ol { counter-reset: item }",
"li { display: block }",
"li:before {content: counter(item) ". "; counter-increment: item }
All other properties of this page should be UA-default.