blob: e6a028b472cef064489e9c7758b6b0353c057874 [file] [log] [blame]
<csstest def="Substring matching attribute selector (end)" module="W3C Selectors" modulename="css3-modsel" number="10" rev="1.1" date="12-november-2001" xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns="http://www.example.org/css3tests">
<author>Daniel Glazman</author>
<author>Ian Hickson</author>
<cssrules>p { background-color : red }
p[title$="bar"] { background-color : lime }</cssrules>
<code>
<p title="foobar" xmlns="http://www.w3.org/1999/xhtml">This paragraph should have a green background because
its title attribute ends with "bar"</p>
</code>
</csstest>