Testing Statement #1 Below of Section 4.1 of CSS1 Spec
-
1. Elements with a "display" value of "block" or "list-item" are block-level
elements.
PASS CRITERIA:
If statement #1 above is passed, then:
This paragraph has a representation that may be considered a block.
The rule applied is "P {display: block}". All other properties
should be UA-default.
This h3 heading has a representation that may be considered a block.
The rule applied is "h3 {display: block}". All other properties
should be UA-default.
This h4 heading has a representaiton that may be considered a block.
The rule applied is "h4 {display: block}". All other properties
should be UA-default.
-
This "li" element on this page is enclosed as a block in the model.
The rule applied is "ol li {display: block}".
To move directly to the next test, click here