Testing Fourth Testable Statement of Sec 13.3 of CSS2 Specification

PASS CRITERIA:

If statement #4 above is passed, this paragraph should have a page break after of auto. The rule applied is "p {page-break-after: }". So the page-break-after property applies to the "p" element.

This h3 element should have a page break after of always This emphasized text should have a page break after of UA-default, since the page break after 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-after: always}". So the page break after property applies to em and h3.

THis h4 element should have a page break after which is avoid. The rule applied is "h4 {page-break-after: avoid}". So the page break after property applies to h4.

This strong text should have a page break after of left ; so the page break after property applies to the strong element. The rule applied is "strong {page-break-after: left}". (NOTE: Should other HTML elements be mentioned?)
This blockquote element should have a page break after of UA-default. The rule applied is "blockquote {page-break-after: 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