Raw File
css3-modsel-1.xml
<csstest def="Groups of selectors" module="W3C Selectors" modulename="css3-modsel" number="1" rev="1.0" date="11-july-2001" xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.example.org/css3tests">

<author>Daniel Glazman</author>
<cssrules>li,p { background-color : lime }</cssrules>

<code>
<ul xmlns="http://www.w3.org/1999/xhtml">
  <li>The background of this list item should be green</li>
  <li>The background of this second list item should be also green</li>
</ul>
<p xmlns="http://www.w3.org/1999/xhtml">The background of this paragraph should be green.</p>
</code>

</csstest>
back to top