CSS 3 Module | <== Test # ==> | |
---|---|---|
W3C Selectors | 149 of 150 of the static tests category | |
Testing | Date | Revision |
Case sensitivity (ID #181) | 2004-03-01 | 1.0 |
This line should be green.
This line should be green.
This line should be green.
.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; }
<div> <div class="ci"> <p>This line should be green.</p> <p class="A">This line should be green.</p> <p><SPAN>This line should be green.</SPAN></p> </div> </div>