<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-3a.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Universal selector (no namespaces)</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-4.xml">Omitted universal selector</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-3.xml">Universal selector</data> </item>
  <item> <name>Test #</name> <data>4 of 296</data> </item>
  <item> <name>Testing</name> <data>Universal selector (no namespaces)</data> </item>
  <item> <name>ID</name> <data>3a</data> </item>
  <item> <name>Date</name> <data>2003-11-03</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
<p xmlns="http://www.w3.org/1999/xhtml">
<span class="t1">This paragraph, and all textual contents in the document, 
      should be green.</span>
</p>
<ul xmlns="http://www.w3.org/1999/xhtml">
  <li class="t1">This item should be green.</li>
</ul>
</content>
  <source>
   <css>* { color : lime }
ul, p { color : red }
*.t1 { color : lime }
</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;span class=&quot;t1&quot;&gt;This paragraph, and all textual contents in the document, 
      should be green.&lt;/span&gt;
&lt;/p&gt;
&lt;ul xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
  &lt;li class=&quot;t1&quot;&gt;This item should be green.&lt;/li&gt;
&lt;/ul&gt;
</xml>
  </source>
</test>