<?xml-stylesheet href="css3-modsel-13.css" type="text/css"?> | |
<test> | |
<ul xmlns="http://www.w3.org/1999/xhtml"> | |
<li class="t1">This list item should have green background because its class is "t1"</li> | |
<li class="t2">This list item should have green background because its class is "t2"</li> | |
<li class="t2"> | |
<span class="t33">This list item should have green background because | |
the inner SPAN does not match SPAN.t3</span> | |
</li> | |
</ul> | |
</test> |