<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-66.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED :target pseudo-class</title>
 <author>Daniel Glazman</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-65.xml">NEGATED :focus pseudo-class</data> </item>
  <item> <name>Test #</name> <data>9 of 9 of the interactive tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED :target pseudo-class</data> </item>
  <item> <name>ID</name> <data>66</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">
<p xmlns="http://www.w3.org/1999/xhtml" id="first">The background of this paragraph should be initially green.
       The background of the paragraph just below should become white when
       you click <a href="#second">****here****</a>.</p>
<p xmlns="http://www.w3.org/1999/xhtml" id="second">The background of this paragraph should be initially green.
       It becomes white when you click on the link above. When you click
       <a href="#third">****here****</a>, it becomes green again and the
       background of the paragraph below becomes white.</p>
<p xmlns="http://www.w3.org/1999/xhtml" id="third">The background of this paragraph should be initially green.
       It becomes white when you click on the link above. When you click
       <a href="css3-modsel-120.xml">****here****</a>, the three paragraph
       have green background again.</p>
</content>
  <source>
   <css>p:not(:target) { background-color : lime }</css>
   <xml>
&lt;p xmlns="http://www.w3.org/1999/xhtml" id="first">The background of this paragraph should be initially green.
       The background of the paragraph just below should become white when
       you click &lt;a href="#second">****here****&lt;/a>.&lt;/p>
&lt;p xmlns="http://www.w3.org/1999/xhtml" id="second">The background of this paragraph should be initially green.
       It becomes white when you click on the link above. When you click
       &lt;a href="#third">****here****&lt;/a>, it becomes green again and the
       background of the paragraph below becomes white.&lt;/p>
&lt;p xmlns="http://www.w3.org/1999/xhtml" id="third">The background of this paragraph should be initially green.
       It becomes white when you click on the link above. When you click
       &lt;a href="css3-modsel-120.xml">****here****&lt;/a>, the three paragraph
       have green background again.&lt;/p>
</xml>
  </source>
</test>