Raw File
css3-modsel-3a.xml
<csstest def="Universal selector (no namespaces)" module="W3C Selectors" modulename="css3-modsel" number="3a" rev="1.0" date="3-november-2003" xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns="http://www.example.org/css3tests">

<author>Daniel Glazman</author>
<author>Ian Hickson</author>
<cssrules>* { color : lime }
ul, p { color : red }
*.t1 { color : lime }
</cssrules>

<code>
<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>
</code>

</csstest>
back to top