<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-123.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>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Next</name> <data xlink:type="simple" xlink:href="css3-modsel-124.xml">NEGATED Attribute value selector with declared namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-122.xml">NEGATED universal selector with universal namespace</data> </item>
  <item> <name>Test #</name> <data>110 of 130 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>123</data> </item>
  <item> <name>Date</name> <data>11-july-2001</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
   <requirement>The UA must support namespaces for this test.</requirement>
  <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" 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="">WARNING !!! This paragraph should <html:strong>NOT</html:strong> be in green characters.</t>
<u xmlns="http://www.example.org/a">This paragraph
      should be in green characters.</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 > *|* { color : red ; display : block ;
                 margin-bottom : 1em }
div.stub > *|*:not(|*) { color : lime  }
</css>
   <xml>
&lt;div xmlns="http://www.w3.org/1999/xhtml" class="stub">
&lt;address>This address should be in green characters.&lt;/address>
&lt;s xmlns="http://www.example.org/b">This paragraph should be in green characters.&lt;/s>
&lt;t xmlns="">WARNING !!! This paragraph should &lt;html:strong>NOT&lt;/html:strong> be in green characters.&lt;/t>
&lt;u xmlns="http://www.example.org/a">This paragraph
      should be in green characters.&lt;/u>
&lt;/div>

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