<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-181.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Case sensitivity</title>
 <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-182.xml">Namespaces and \: in selectors</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-180a.xml">::first-letter after <br></data> </item>
  <item> <name>Test #</name> <data>290 of 303</data> </item>
  <item> <name>Testing</name> <data>Case sensitivity</data> </item>
  <item> <name>ID</name> <data>181</data> </item>
  <item> <name>Date</name> <data>2004-03-01</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
<div xmlns="http://www.w3.org/1999/xhtml">

 <div class="cs">
   <p>This line should be green.</p>
   <p class="A">This line should be green.</p>
   <p class="span1"><SPAN>This line should be green.</SPAN></p>
   <p class="span2"><SPAN>This line should be green.</SPAN></p>
 </div>


</div>
</content>
  <source>
   <css>
 .cs { color: green; }
 .cs P { background: red; color: yellow; }
 .cs .a { background: red; color: yellow; }
 .cs .span1 span { background: red; color: yellow; }
 .cs .span2 { color: red; }
 .cs .span2 SPAN { color: green; }
 .cs .span2 span { background: red; color: yellow; }
 .ci { color: red; }
 .ci P { background: green; color: white; }
 .ci .a { background: green; color: white; }
 .ci .span1 span { background: green; color: white; }
 .ci .span2 SPAN { background: green; color: white; }
</css>
   <xml>
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;

 &lt;div class=&quot;cs&quot;&gt;
   &lt;p&gt;This line should be green.&lt;/p&gt;
   &lt;p class=&quot;A&quot;&gt;This line should be green.&lt;/p&gt;
   &lt;p class=&quot;span1&quot;&gt;&lt;SPAN&gt;This line should be green.&lt;/SPAN&gt;&lt;/p&gt;
   &lt;p class=&quot;span2&quot;&gt;&lt;SPAN&gt;This line should be green.&lt;/SPAN&gt;&lt;/p&gt;
 &lt;/div&gt;


&lt;/div&gt;
</xml>
  </source>
</test>