- From: MURAKAMI Shinyu <murakami@antenna.co.jp>
- Date: Fri, 18 Jun 2010 13:51:40 +0900
- To: public-css-testsuite@w3.org
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