Testing 21st Testable Statement of Sec 5.1 of CSS2 Specification
-
21. The "marker-offset" property has possible values of "length|auto|inherit"
PASS CRITERIA:
If statement #21 above is passed, then
This paragraph should produce divided lines within the paragraph,
according to the marker offset of 5em.
The rule applied is "p {marker-offset: 5em}".
This blockquote element should have a marker offset of auto.
The rule applied is "blockquote {marker-offset: auto}".
- This list item should have a marker offset of inherit.
- The rule applied is "li:before {marker-offset: inherit}".
All other properties of this page should be UA-default.