<?xml-stylesheet href="css3-modsel-22.css" type="text/css"?>
<test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml">
<ul xmlns="http://www.w3.org/1999/xhtml">
  <li lang="en-gb">This list item should be green because its language is
        British English</li>
  <li lang="en-gb-wa">This list item should be green because its language
        is British English (Wales)</li>
</ul>
<ol xmlns="http://www.w3.org/1999/xhtml">
  <li lang="en-us">This list item should NOT be green because its language
       is US English</li>
  <li lang="fr">This list item should NOT be green because its language is
       French</li>
</ol>
</test>