Testing Ninth Testable Statement of Sec 1.1 of CSS2 Specification
-
9. Implementors should find all that they need to build conforming user
agents.
PASS CRITERIA:
If statement #9 above is passed, then
this paragraph should have a color of red.
The rule specified is "p.example {color: red}", 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 blue, because it has an id reference
The rule applied is "h3 id="a1" {color: blue}".
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.