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