Testing Third Testable Statement of Sec 13.3 of CSS2 Specification
-
3. The page-break-before propery has initial of auto, it applies to block-
level and inline elements except those in tables, it is not inherited,
and percentage values are N/A.
PASS CRITERIA:
If statement #3 above is passed, this paragraph should have a page break before
of auto.
The rule applied is "p {page-break-before: }".
So the page-break-before property applies to the "p" element.
This h3 element should have a page break before of always
This emphasized text should have a page break before of UA-default, since the
page break before property is not inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {page-break-before: always}".
So the page break before property applies to em and h3.
THis h4 element should have a page break before which is avoid.
The rule applied is "h4 {page-break-before: avoid}".
So the page break before property applies to h4.
This strong text should have a page break before of left
; so the page break before property applies
to the strong element.
The rule applied is "strong {page-break-before: left}".
(NOTE: Should other HTML elements be mentioned?)
This blockquote element should have a page break before of UA-default.
The rule applied is "blockquote {page-break-before: 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