<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-96.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Universal selector without 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-97.xml">Attribute existence selector with declared namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-95.xml">Universal selector with universal namespace</data> </item>
  <item> <name>Test #</name> <data>96 of 143</data> </item>
  <item> <name>Testing</name> <data>Universal selector without declared namespace</data> </item>
  <item> <name>ID</name> <data>96</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">
<p xmlns="http://www.w3.org/1999/xhtml">This html:p should NOT have a green background</p>
<elementA xmlns="http://www.example.org/a">This a:elementA element should
     NOT have a green background</elementA>
<elementB xmlns="http://www.example.org/b">This b:elementB should NOT have
     a green background</elementB>
<div xmlns="http://www.w3.org/1999/xhtml" class="green">
<p xmlns="">This p without declared namespace should  have a green background</p>
<elementA xmlns="">This elementA without declared namespace element should
     have a green background</elementA>
<elementB xmlns="">This elementB without declared namespace should have a
     green background</elementB>
</div>
</content>
  <source>
   <css>@namespace a url(http://www.example.org/a);
@namespace b url(http://www.example.org/b);
div.green * { background-color : red }
div.testText * { display : block ; margin-bottom : 1em }
div.testText |* { background-color : lime }</css>
   <xml>
&lt;p xmlns="http://www.w3.org/1999/xhtml">This html:p should NOT have a green background&lt;/p>
&lt;elementA xmlns="http://www.example.org/a">This a:elementA element should
     NOT have a green background&lt;/elementA>
&lt;elementB xmlns="http://www.example.org/b">This b:elementB should NOT have
     a green background&lt;/elementB>
&lt;div xmlns="http://www.w3.org/1999/xhtml" class="green">
&lt;p xmlns="">This p without declared namespace should  have a green background&lt;/p>
&lt;elementA xmlns="">This elementA without declared namespace element should
     have a green background&lt;/elementA>
&lt;elementB xmlns="">This elementB without declared namespace should have a
     green background&lt;/elementB>
&lt;/div>
</xml>
  </source>
</test>