<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-92.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Type element 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-93.xml">Type element selector without declared namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-91.xml">Type element selector with declared namespace</data> </item>
  <item> <name>Test #</name> <data>117 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Type element selector with universal namespace</data> </item>
  <item> <name>ID</name> <data>92</data> </item>
  <item> <name>Date</name> <data>2001-07-11</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
   <requirement>The UA must support namespaces for this test.</requirement>
  <content>
<div xmlns="http://www.w3.org/1999/xhtml" class="myTest">
<testA xmlns="http://www.example.org/b">This paragraph should have a green background</testA>
</div>
</content>
  <source>
   <css>@namespace test url(http://www.example.org/b);
div.myTest * { background-color : red }
div.myTest *|testA { background-color : lime }</css>
   <xml>
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;myTest&quot;&gt;
&lt;testA xmlns=&quot;http://www.example.org/b&quot;&gt;This paragraph should have a green background&lt;/testA&gt;
&lt;/div&gt;
</xml>
  </source>
</test>