Testing Fifth Testable Statement of Sec 1.2 of CSS2 Specification
-
5. This reference defines what may go into a CSS2 stylesheet and how UAs must
interpret those styles in order to claim conformance.
PASS CRITERIA:
If statement #5 above is passed, then
this paragraph should have a color of green.
The rule specified is "p.example {color: green}", where this paragraph
has class example.
This paragraph should have color of UA-default, unlike above, because it
doesn't have class example.
This h3 heading ref should be yellow, because it has an id reference
The rule applied is "h3 id="a1" {color: yellow}".
This h3 heading should have a color of UA-default, unlike above, because
there is no id attribute included
All other properties of this page should be UA-default.