CSS 3 Module <== Test # ==>
W3C Selectors 10 of 140 of the static tests category
Testing Date Revision
Substring matching attribute selector (end) (ID #10) 12-november-2001 1.1

This paragraph should have a green background because its title attribute ends with "bar"

p { background-color : red }
p[title$="bar"] { background-color : lime }
<p title="foobar">This paragraph should have a green background because
its title attribute ends with &quot;bar&quot;</p>