CSS 3 Module <== Test # ==>
W3C Selectors 6 of 172
Testing Date Revision
Attribute value selector (ID #6) 2005-11-18 1.1
This line should have a green background.
address { background-color : red }
address[title="foo"] { background-color : lime }
span[title="a"] { background-color : red }
<address title="foo">
<span title="b">This line should </span>
  <span title="aa">have a green background.
</span>
</address>