Testing Sixth Testable Statement of Sec 13.3 of CSS2 Specification
-
6. The orphans property has intial 2, it applies to block-level elements,
it is inherited, and percentage values are N/A.
PASS CRITERIA:
If statement #6 above is passed, this paragraph should have a orphans
of 2.
The rule applied is "p {orphans: }".
So the orphans property applies to the "p" element.
This h3 element should have a orphans of 1
This emphasized text should have a orphans of 2, since the
orphans property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {orphans: 1}".
So the orphans property applies to em and h3.
THis h4 element should have a orphans which is 3.
The rule applied is "h4 {orphans: 3}".
So the orphans property applies to h4.
This strong text should have a orphans of 5
; so the orphans property applies
to the strong element.
The rule applied is "strong {orphans: 5}".
(NOTE: Should other HTML elements be mentioned?)
This blockquote element should have a orphans of UA-default.
The rule applied is "blockquote {orphans: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.
To move directly to the next test, click here