| <?xml-stylesheet href="css3-modsel-75.css" type="text/css"?> |
| <test> |
| <p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should have green background</p> |
| <address xmlns="http://www.w3.org/1999/xhtml">And this address should be unstyled.</address> |
| <p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should also have green background!</p> |
| <p xmlns="http://www.w3.org/1999/xhtml">But this one should be unstyled again.</p> |
| <dl xmlns="http://www.w3.org/1999/xhtml"> |
| <dt>First definition term</dt> |
| <dd>First definition</dd> |
| <dt class="red">Second definition term that should have green background</dt> |
| <dd class="red">Second definition that should have green background</dd> |
| <dt class="red">Third definition term that should have green background</dt> |
| <dd class="red">Third definition that should have green background</dd> |
| <dt>Fourth definition term</dt> |
| <dd>Fourth definition</dd> |
| <dt class="red">Fifth definition term that should have green background</dt> |
| <dd class="red">Fifth definition that should have green background</dd> |
| <dt class="red">Sixth definition term that should have green background</dt> |
| <dd class="red">Sixth definition that should have green background</dd> |
| </dl> |
| </test> |