blob: 04e23d7b4e98923ae785f70ea8f57991189e82ac [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Case sensitivity</title>
<style type="text/css"><![CDATA[
.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; }
]]></style>
<link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
<link rel="prev" href="css3-modsel-180a.xml" title="::first-letter after &lt;br&gt;"/>
<link rel="next" href="css3-modsel-182.xml" title="Namespaces and \: in selectors"/>
<link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
<link rel="up" href="./index.html"/>
<link rel="top" href="../../index.html"/>
</head>
<body>
<div>
<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>
</body>
</html>