- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Mon, 16 Aug 2010 16:00:04 -0700
- To: css21testsuite@gtalbot.org
- CC: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
On 08/16/2010 03:41 PM, "Gérard Talbot" wrote: > Hello, > > Case-insensitivity of :lang() arguments > http://test.csswg.org/suites/css2.1/20100815/html4/case-sensitive-004.htm > > IMO, these 4 paragraphs (last 4 of the testcase) > > <p lang="kl">This sentence must be green.</p> > <p lang="KL">This sentence must be green.</p> > <p lang="fi">This sentence must be green.</p> > <p lang="FI">This sentence must be green.</p> > > of the testcase should be red, not green as stated. This part of the test is testing that only ASCII case-folding is used, not Unicode case-folding. See http://lists.w3.org/Archives/Public/www-style/2010Jul/0283.html > And the first 2 paragraphs are exactly the same. I'm not sure what you mean by this. > ----------- > > Case-sensitivity of counter names > http://test.csswg.org/suites/css2.1/20100815/html4/case-sensitive-005.htm > > <span class="reset"></span><span class="incr"></span> > > should be > > <p><span class="reset"></span><span class="incr"></span></p> Fixed for the next release, thanks. ~fantasai
Received on Monday, 16 August 2010 23:00:43 UTC