CSS 3 Module <== Test # ==>
W3C Selectors 10 of 65 of the static tests category
Testing Date Revision
Substring matching attribute selector (contains) (ID #11) 11-july-2001 1.0

This paragraph should have a green background because

its title attribute contains "bar"

p { background-color : red }
p[title*="bar"] { background-color : lime }
<p title="foobarufoo">This paragraph should have a green background because<br></br>
its title attribute contains "bar"</p>