<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-121.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED universal selector with declared namespace</title>
 <author>Daniel Glazman</author>
 <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-122.xml">NEGATED universal selector with universal namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-120.xml">NEGATED type element selector without declared namespace</data> </item>
  <item> <name>Test #</name> <data>169 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED universal selector with declared namespace</data> </item>
  <item> <name>ID</name> <data>121</data> </item>
  <item> <name>Date</name> <data>2001-11-13</data> </item>
  <item> <name>Revision</name> <data>1.1</data> </item>
 </metadata>
   <requirement>The UA must support namespaces for this test.</requirement>
  <content>
<div xmlns="http://www.w3.org/1999/xhtml" class="stub">
<address>This address should be in green characters.</address>
<s xmlns="http://www.example.org/b">This paragraph should be in green characters.</s>
<t xmlns="">This paragraph should be in green characters.</t>
<u xmlns="http://www.example.org/a">
<v>This paragraph should be in green characters.</v>
</u>
</div>

</content>
  <source>
   <css>@namespace html url(http://www.w3.org/1999/xhtml);
@namespace a url(http://www.example.org/a);
@namespace b url(http://www.example.org/b);
div.stub &gt; *|* { color : red ; display : block ;
                 margin-bottom : 1em }
div.stub &gt; *|*:not(a|*) { color : green  }
div.stub v { color : green }
</css>
   <xml>
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;stub&quot;&gt;
&lt;address&gt;This address should be in green characters.&lt;/address&gt;
&lt;s xmlns=&quot;http://www.example.org/b&quot;&gt;This paragraph should be in green characters.&lt;/s&gt;
&lt;t xmlns=&quot;&quot;&gt;This paragraph should be in green characters.&lt;/t&gt;
&lt;u xmlns=&quot;http://www.example.org/a&quot;&gt;
&lt;v&gt;This paragraph should be in green characters.&lt;/v&gt;
&lt;/u&gt;
&lt;/div&gt;

</xml>
  </source>
</test>