1 <?xml-stylesheet href="css3-modsel-7.css" type="text/css"?>
3 <p xmlns="http://www.w3.org/1999/xhtml" class="a b c">This paragraph should have green background because CLASS
4 contains "b"</p>
5 <address xmlns="http://www.w3.org/1999/xhtml" title="tot foo bar">
6 <span class="a c">This address should also</span>
7 <span class="a bb c">have green background because the selector in the last
8 rule does not apply to the inner SPANs.</span>