| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 6 of 182 | |
| Testing | Date | Revision |
| Attribute value selector (ID #6) | 2005-11-18 | 1.1 |
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>