<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-1.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Groups of selectors</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-2.xml">Type element selectors</data> </item>
  <item> <name>Test #</name> <data>1 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Groups of selectors</data> </item>
  <item> <name>ID</name> <data>1</data> </item>
  <item> <name>Date</name> <data>2001-07-11</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
<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>
</content>
  <source>
   <css>li,p { background-color : lime }</css>
   <xml>
&lt;ul xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
  &lt;li&gt;The background of this list item should be green&lt;/li&gt;
  &lt;li&gt;The background of this second list item should be also green&lt;/li&gt;
&lt;/ul&gt;
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;The background of this paragraph should be green.&lt;/p&gt;
</xml>
  </source>
</test>