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