<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-95.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Universal selector with universal 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-96.xml">Universal selector without declared namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-94.xml">Universal selector with declared namespace</data> </item>
  <item> <name>Test #</name> <data>82 of 130 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Universal selector with universal namespace</data> </item>
  <item> <name>ID</name> <data>95</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  have a green background</p>
<p xmlns="http://www.example.org/b">This b:p element should have a green background</p>
<q xmlns="http://www.example.org/b">This b:q should have a green background</q>
<p xmlns="http://www.example.org/a">This a:p should have a green background</p>
<foo xmlns="http://www.example.org/b">This b:foo should have a green background</foo>
</content>
  <source>
   <css>@namespace a url(http://www.example.org/a);
@namespace b url(http://www.example.org/b);
div.testText * { background-color : red ; 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  have a green background&lt;/p>
&lt;p xmlns="http://www.example.org/b">This b:p element should have a green background&lt;/p>
&lt;q xmlns="http://www.example.org/b">This b:q should have a green background&lt;/q>
&lt;p xmlns="http://www.example.org/a">This a:p should have a green background&lt;/p>
&lt;foo xmlns="http://www.example.org/b">This b:foo should have a green background&lt;/foo>
</xml>
  </source>
</test>