<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-14e.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED More than one class selector</title>
 <author>Ian Hickson</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-15.xml">ID selectors</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-14d.xml">NEGATED More than one class selector</data> </item>
  <item> <name>Test #</name> <data>19 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED More than one class selector</data> </item>
  <item> <name>ID</name> <data>14e</data> </item>
  <item> <name>Date</name> <data>2002-12-06</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
  <p xmlns="http://www.w3.org/1999/xhtml" class="t1 t2">This line should be green.</p>
  <div xmlns="http://www.w3.org/1999/xhtml" class="t3">This line should be green.</div>
  <address xmlns="http://www.w3.org/1999/xhtml" class="t4 t5 t6">This line should be green.</address>
</content>
  <source>
   <css>
p { background: green; color: white; }
p:not(.t1):not(.t2) { background: red; color: yellow; }
div { background: red; color: yellow; }
div:not(.t1) { background: green; color: white; }
address { background: green; color: white; }
address:not(.t5):not(.t5) { background: red; color: yellow; }
</css>
   <xml>
  &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;t1 t2&quot;&gt;This line should be green.&lt;/p&gt;
  &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;t3&quot;&gt;This line should be green.&lt;/div&gt;
  &lt;address xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;t4 t5 t6&quot;&gt;This line should be green.&lt;/address&gt;
</xml>
  </source>
</test>