lang-pseudoclass-001.htm

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.


-- 
ζ‘δΈŠ ηœŸι›„ (MURAKAMI Shinyu)
http://twitter.com/MurakamiShinyu
Antenna House Formatter:
http://www.antenna.co.jp/AHF/
http://www.antennahouse.com

Received on Friday, 18 June 2010 04:52:14 UTC