<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-91.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Type element 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-92.xml">Type element selector with universal namespace</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-90b.xml">Simple combination of direct and indirect adjacent combinators</data> </item>
  <item> <name>Test #</name> <data>128 of 296</data> </item>
  <item> <name>Testing</name> <data>Type element selector with declared namespace</data> </item>
  <item> <name>ID</name> <data>91</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>
<testa xmlns="http://www.example.org/a">This paragraph should have a green background</testa>
</content>
  <source>
   <css>@namespace test url(http://www.example.org/a);
testa { background-color : red }
test|testa { background-color : lime }</css>
   <xml>
&lt;testa xmlns=&quot;http://www.example.org/a&quot;&gt;This paragraph should have a green background&lt;/testa&gt;
</xml>
  </source>
</test>