Testing Seventh Testable Statement of Sec 1.3 of CSS2 Specification
-
7. CSS values are delimited by single quotes.
PASS CRITERIA:
If statement #7 above is passed, then
this paragraph should have a color of yellow.
The rule specified is "p.example {color: yellow}", 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 aqua, because it has an id reference
The rule applied is "h3 id="a1" {color: aqua}".
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.