- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Mon, 16 Aug 2010 18:03:26 -0700
- To: "fantasai" <fantasai.lists@inkedblade.net>
- Cc: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
> Arg, thanks. I totally missed that. How's this? > http://test.csswg.org/source/contributors/fantasai/submitted/css2.1/case-sensitive-004.xht Yes, that makes much more sense now :) Although... 1- In http://test.csswg.org/source/contributors/fantasai/submitted/css2.1/case-sensitive-004.htm I believe you may want the first 2 sentences to be different, something like this: <p lang="En">This sentence must be green.</p> <p lang="EN">This sentence must be green.</p> 2- With XHTML 1.1, xml:lang as an attribute is required; lang is not valid. So, http://test.csswg.org/source/contributors/fantasai/submitted/css2.1/case-sensitive-004.xht could be: (...) <div class="test-folding"> <p xml:lang="En">This sentence must be green.</p> <p xml:lang="EN">This sentence must be green.</p> <p xml:lang="fr">This sentence must be green.</p> <p xml:lang="fR">This sentence must be green.</p> </div> <div class="test-unicode"> <p xml:lang="kl">This sentence must be green.</p> <p xml:lang="KL">This sentence must be green.</p> <p xml:lang="fi">This sentence must be green.</p> <p xml:lang="FI">This sentence must be green.</p> </div> regards, Gérard -- Contributions to the CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/ CSS 2.1 test suite (beta 3; August 15th 2010): http://test.csswg.org/suites/css2.1/20100815/html4/toc.html CSS 2.1 test suite contributors: http://test.csswg.org/source/contributors/
Received on Tuesday, 17 August 2010 01:04:01 UTC