Testing Statement #3 Below of Section 5.5.26 of CSS1 Spec
-
3. The value of this property lists the sides where floating elements are not
accepted. With "clear" set to "left", an element will be moved below any
floating element on the left side. With "clear' set to none, floating elements
are allowed on all sides.
PASS CRITERIA:
If statement #3 above is passed, then:
This h3 heading should allow floating elements on all sides.
The rule applied is "h3 {clear: none}".
THis h4 heading should not allow floating elements on the left.
The rule applied is "h4 {clear: left}".
All other properties of this page should be UA-default.