<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-96b.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Universal selector without 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-97.xml">Attribute existence selector with declared namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-96.xml">Universal selector without declared namespace</data> </item>
  <item> <name>Test #</name> <data>123 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Universal selector without declared namespace</data> </item>
  <item> <name>ID</name> <data>96b</data> </item>
  <item> <name>Date</name> <data>2001-11-12</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="test">
 <p>This line should be unstyled.</p>
 <elementA xmlns="http://www.example.org/a">This line should be unstyled.</elementA>
 <elementB xmlns="http://www.example.org/b">This line should be unstyled.</elementB>
 <div class="green">
  <p xmlns="">This line should have a green background</p>
  <elementA xmlns="">This line should have a green background</elementA>
  <elementB xmlns="">This line should have a green background</elementB>
 </div>
</div>
</content>
  <source>
   <css>@namespace a url(http://www.example.org/a);
@namespace b url(http://www.example.org/b);
div.green * { background-color : lime ! important }
div.test * { display : block ; margin-bottom : 1em }
div.test |* { background-color : red }</css>
   <xml>
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;test&quot;&gt;
 &lt;p&gt;This line should be unstyled.&lt;/p&gt;
 &lt;elementA xmlns=&quot;http://www.example.org/a&quot;&gt;This line should be unstyled.&lt;/elementA&gt;
 &lt;elementB xmlns=&quot;http://www.example.org/b&quot;&gt;This line should be unstyled.&lt;/elementB&gt;
 &lt;div class=&quot;green&quot;&gt;
  &lt;p xmlns=&quot;&quot;&gt;This line should have a green background&lt;/p&gt;
  &lt;elementA xmlns=&quot;&quot;&gt;This line should have a green background&lt;/elementA&gt;
  &lt;elementB xmlns=&quot;&quot;&gt;This line should have a green background&lt;/elementB&gt;
 &lt;/div&gt;
&lt;/div&gt;
</xml>
  </source>
</test>