<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-79.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED :first-of-type pseudo-class</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-80.xml">NEGATED :last-of-type pseudo-class</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-78.xml">NEGATED :last-child pseudo-class</data> </item>
  <item> <name>Test #</name> <data>66 of 130 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED :first-of-type pseudo-class</data> </item>
  <item> <name>ID</name> <data>79</data> </item>
  <item> <name>Date</name> <data>11-july-2001</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">This div contains 3 addresses :
<address>A first address with normal background</address>
<address class="red">A second address that should have a green background</address>
<address class="red">A third address that should have a green background</address>
</div>
</content>
  <source>
   <css>.red { background-color : red }
address { margin-bottom : 1em ; margin-left : 1em }
address:not(:first-of-type) { background-color : lime }
</css>
   <xml>
&lt;div xmlns="http://www.w3.org/1999/xhtml">This div contains 3 addresses :
&lt;address>A first address with normal background&lt;/address>
&lt;address class="red">A second address that should have a green background&lt;/address>
&lt;address class="red">A third address that should have a green background&lt;/address>
&lt;/div>
</xml>
  </source>
</test>