Testing 22nd Testable Statement of Sec 5.1 of CSS2 Specification
-
22. The "marker-offset" property has initial auto, it applies to elements
with display: marker, it is not inherited, percentages are N/A, and media
is visual.
PASS CRITERIA:
If statement #22 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 emphasized text should have marker offset of UA-default,
since marker offset property is not inherited, and em is a child of p.
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}".
This h3 element should have marker-offset of 10em.
Rule applied is "h3 {marker-offset: 10em}".
This h4 element should have marker-offset of UA-default.
Rule specified is "h4 {marker-offset: 200%}", but percentages don't apply.
This h5 element should have marker-offset of auto (initial value).
No explicit CSS rule specified.
All other properties of this page should be UA-default.