<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-55.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED substring matching attribute selector on end</title>
 <author>Daniel Glazman</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Next</name> <data xlink:type="simple" xlink:href="css3-modsel-56.xml">NEGATED substring matching attribute selector on middle</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-54.xml">NEGATED substring matching attribute selector on beginning</data> </item>
  <item> <name>Test #</name> <data>82 of 296</data> </item>
  <item> <name>Testing</name> <data>NEGATED substring matching attribute selector on end</data> </item>
  <item> <name>ID</name> <data>55</data> </item>
  <item> <name>Date</name> <data>2001-07-11</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
<div xmlns="http://www.w3.org/1999/xhtml" class="stub">
<p>This paragraph should be in green characters.</p>
<p title="on chante?">This paragraph should be in green characters.</p>
<p title="si on chantait">
     <span title="si il chante">This paragraph should be in green characters.</span>
</p>
</div>
</content>
  <source>
   <css>div.stub &gt; * { color : red }
div.stub *:not([title$=&quot;tait&quot;]) { color : lime }
</css>
   <xml>
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;stub&quot;&gt;
&lt;p&gt;This paragraph should be in green characters.&lt;/p&gt;
&lt;p title=&quot;on chante?&quot;&gt;This paragraph should be in green characters.&lt;/p&gt;
&lt;p title=&quot;si on chantait&quot;&gt;
     &lt;span title=&quot;si il chante&quot;&gt;This paragraph should be in green characters.&lt;/span&gt;
&lt;/p&gt;
&lt;/div&gt;
</xml>
  </source>
</test>