Testing Statement #2 Below of Section 5.5.25 of CSS1 Spec

PASS CRITERIA:

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

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

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

This strong text should have a float of none ; so the float property applies to the strong element. The rule applied is "strong {float: none}".
This blockquote element should have a float of UA-default. The rule applied is "blockquote {float: 200%}", which should be ignored since percentage values do not apply.
All other properties of this page should be UA-default.