- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Mon, 25 Jan 2010 03:22:32 -0800
- To: Arron Eicholz <Arron.Eicholz@microsoft.com>
- CC: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
On 02/27/2009 06:25 PM, Arron Eicholz wrote: > http://www.w3.org/Style/CSS/Test/CSS2.1/current/html4/t1605-c545-txttrans-00-b-ag.htm > > The test case background image is currently off by a few pixels. > > These are the characters in question: (é.é. Does 'text-transform: capitalize' > change the case of the 'é'? > > According the Unicode 5.1.0 standard UAX#29 [1] the word boundary rules that > apply in this case are as follows: > > The first part (é falls into the WB14 rule and is considered an Any ÷ Any case. > In this case the é will be capitalized. This is because the parentheses do not > fall into any of the other rules. > > The second part .é falls into the WB7 rule. Because the first é and the .é are > adjoining and in this case we do not break the word so we cannot capitalize the > second é. > > The test case is currently invalid. The background image needs to be updated to > properly match the described spec behavior. > > [1] http://www.unicode.org/reports/tr29/tr29-13.html#Word_Boundaries I've tried to fix the test. Let me know if this is ok: http://test.csswg.org/source/approved/css2.1/archive/raw-tests/css1tests/css1test545.xml ~fantasai
Received on Monday, 25 January 2010 11:23:09 UTC