Testing 23rd Testable Statement of Sec 5.1 of CSS2 Specification
-
23. Markers may be used to add periods after each numbered list item.
PASS CRITERIA:
If statement #23 above is passed, then
This is a long preceding paragraph.
Rule applied is "p {margin-left: 8em}";
this is used to make space for the counters.
- This is the first item.
- This is the second item.
- This is the third item.
should have periods after each numbered list item.
The rule applied is "li:before {display: marker; marker-offset: 3em;
content: counter(mycounter, lower-roman) ".";
counter-increment: mycounter;}".
All other properties of this page should be UA-default.