mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
14 lines
599 B
XML
14 lines
599 B
XML
<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>
|