Re: Feedback on case-sensitive-004 and case-sensitive-005 in beta3

On 08/16/2010 04:28 PM, "Gérard Talbot" wrote:
>> 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
>
> I still do not understand. Even if it is still ASCII case-folding, and
> not Unicode case-folding, then those 4 last paragraphs should still be
> red, not green. This is the relevant code:

Arg, thanks. I totally missed that. How's this?
   http://test.csswg.org/source/contributors/fantasai/submitted/css2.1/case-sensitive-004.xht

~fantasai

Received on Monday, 16 August 2010 23:43:11 UTC