Testing Sixth Testable Statement of Sec 12.1 of CSS2 Specification
-
6. If the subject of the selector is a block-level element, allowed values
are "none", "inline", "block", and "marker".
PASS CRITERIA:
If statement #6 above is passed, then
the words "The End" are inserted before this quote
The rules applied are "p:before {content: "The End"; display: block;
}
This emphasized text should have the words "The End" inserted
before it.
Rule is "em:before {content: "The End"; display: inline}".
This h3 heading should have a display of none (not shown?).
Rule is "h3:before {content: "The End"; display: none}"
This h4 heading should have a display of marker.
Rule is "h4:before {content: "The End"; display: marker}".
Also "The End" inserted before it.
All other properties of this page should be UA-default.