Testing 18th Testable Statement of Sec 5.1 of CSS2 Specification
-
18. Markers are created by setting the "display" property to "marker"
inside a ":before" or ":after" pseudo-element.
PASS CRITERIA:
If statement #18 above is passed, then
- This is the first item.
- This is the second item.
- This is the third item.
should have divided lines.
The rules applied are "LI:before {display: marker; content: "(" counter
(counter) ")"; counter-increment: counter; width: 6em; text-align: center;
}".
All other properties of this page should be UA-default.