Testing Ninth Testable Statement of Sec 12.5 of CSS2 Specification
-
9. The counters() function generates a string composed of the values of all
counters with the same name, separated by a given string.
PASS CRITERIA:
If statement #9 above is passed, then
List
-
First list
-
Second list
Nested list items are numbered as "1", "1.1", etc.
Rules applied are "ol { counter-reset: item }",
"li { display: block }",
"li:before {content: counters(item, ". "); counter-increment: item }
All other properties of this page should be UA-default.