<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>xhtml:lang</title>
<style type="text/css">
:lang(ja) {
  color: green;
}
</style>
</head>
<body xmlns:xhtml="http://www.w3.org/1999/xhtml">
<h1><code><var>xhtml</var>:labg</code></h1>

<p xhtml:lang="ja">
An element whose <code><var>xhtml</var>:lang</code> is <code>ja</code>
(but the <code>xml:lang</code> is <code>zh</code> and
the <code>lang</code> is <code>de</code>).
</p>

</body>
</html>
