﻿<test xml:lang="x-css" xmlns:xhtml="http://www.w3.org/1999/xhtml">
 <xhtml:title>:lang test using the "lang" attribute</xhtml:title>
 <xhtml:style type="text/css">
  :not(:root):lang(x-css){
   background:lime;
  }
 </xhtml:style>
 <xhtml:p>This line should have a green background.</xhtml:p>
</test>
