Testing Eighth Testable Statement of Sec 5.7 of CSS2 Specification
-
8. Attribute selectors may match in four ways.
PASS CRITERIA:
If statement #1 above is passed, then
this h3 heading should have a color of red.
The rule is "h3[title] {color: red}".
This h4 heading should be blue, because of
rule "h4[title="new"] {color: blue}".
This h5 heading should be green, because of
rule "h5[title="new"][name="old"]".
This link should be yellow, because of
rule "a[href="http://www.w3.org"] {color: yellow}".
All other properties of this page should be UA-default.