- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Wed, 17 Mar 2010 19:11:23 -0700
- To: Bruno Fassino <fassino@gmail.com>
- CC: css21testsuite@gtalbot.org, "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>, Arron Eicholz <Arron.Eicholz@microsoft.com>
On 02/10/2010 10:58 PM, Bruno Fassino wrote: > 2010/2/10 Gérard Talbot<css21testsuite@gtalbot.org>: >> >> Please note that in test >> http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_9/inline-formatting-context-017.xht >> there is potentially 2 additional difficulties. >> >> { >> <meta name="flags" content="may" /> >> >> <meta content="If 'text-align' is set to 'justify' the user agent may >> stretch spaces and/or words." name="assert"> >> >> Test passes if the width of spaces and/or characters of the first line >> of "Filler Text" is larger than the second line of "Filler Text". >> } > ... >> 2- >> What if there is no difference of width? The user agent could then still >> pass the test but the statement (expected result) suggests otherwise. > > Yes, since the stretching of spaces and/or words is optional the test > should always be passed... Since the test is flagged as "may", the wording is correct. To pass the test, the UA must justify the text. However, passing the test is not required to claim conformance to the spec. That said, I agree with the comments about how the test could be written better. It should be possible, using Bruno's Ahem-based test as an example, to write the test so that it compares against a reference rendering created with box borders. ~fantasai
Received on Thursday, 18 March 2010 02:11:59 UTC