Testing Eighth Testable Statement of Sec 13.3 of CSS2 Specification

PASS CRITERIA:

If statement #8 above is passed, this paragraph should have a widows of 2. The rule applied is "p {widows: }". So the widows property applies to the "p" element.

This h3 element should have a widows of 1 This emphasized text should have a widows of 1, since the widows property is inherited, and "em" is a child of 'h3". No explicit rule is applied for "em". THe rule applied is 'h3 {widows: 1}". So the widows property applies to em and h3.

THis h4 element should have a widows which is 3. The rule applied is "h4 {widows: 3}". So the widows property applies to h4.

This h5 element should have a widows which is inherit. The rule applied is "h5 {widows: inherit}". So the widows property applies to h5.
This strong text should have a widows of 5 ; so the widows property applies to the strong element. The rule applied is "strong {widows: 5}".
This blockquote element should have a widows of UA-default The rule applied is "blockquote {widows: 50%}", which should be UA-default.
All other properties of this page should be UA-default.