Re: lang-pseudoclass-001.htm

On Friday 2010-06-18 13:51 +0900, MURAKAMI Shinyu wrote:
> http://test.csswg.org/suites/css2.1/20100615/html4/lang-pseudoclass-001.htm
> 
>   <style>
>       div:lang(es) { color:white;background-color:green; }
>       ...
>   </style>
>   <body>
>     <div lang="es">This line should be green</div>
>     ...
>     <div lang="es">This line should NOT be green</div>
>   </body>
> 
> The last div seems wrong. This should be green same as the first div.

This seems like an error introduced by the format conversion tool.
The source has the last line as:

    <div xml:lang="es">This line should NOT be green</div>


 -David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Friday, 18 June 2010 06:35:53 UTC