Handling of text-align="justify" when nesting blocks

2004-09-03 Thread arnd . beissner
Editors, please consider the following inconsistency in the recommendation: Example: TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES TEST ENDS A. whatever TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES TEST ENDS B. Now what would you exp

Re: Handling of text-align="justify" when nesting blocks

2004-09-03 Thread arnd . beissner
Luca Furini <[EMAIL PROTECTED]> schrieb am 03.09.2004 10:19:06: > Section 7.15.10 of the recommendation states that the property > text-align-last "Specifies the alignment of the last line-area child of the > last block-area generated and returned by the formatting object, *and to any > line-are

Re: Handling of text-align="justify" when nesting blocks

2004-09-03 Thread Luca Furini
Arnd Beißner wrote: > In the example, line 2 is neither the last nor the only line of a block, > and it's also not a line ending in U+000A, so it should be justified. Section 7.15.10 of the recommendation states that the property text-align-last "Specifies the alignment of the last line-area chil

Re: Handling of text-align="justify" when nesting blocks

2004-09-02 Thread Simon Pepping
On Wed, Sep 01, 2004 at 10:10:52PM +0200, [EMAIL PROTECTED] wrote: > > TEST TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES > TEST ENDS A. > > whatever > > TEST TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES > TEST ENDS B. > > > The line 2

Re: Handling of text-align="justify" when nesting blocks

2004-09-01 Thread arnd . beissner
"J.Pietschmann" <[EMAIL PROTECTED]> schrieb am 01.09.2004 22:48:17: > > > > TEST TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES > > TEST ENDS A. > > > ... > > In the example, line 2 is neither the last nor the only line of a block, > > and it's also not a line endi

Re: Handling of text-align="justify" when nesting blocks

2004-09-01 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: TEST TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES TEST ENDS A. ... In the example, line 2 is neither the last nor the only line of a block, and it's also not a line ending in U+000A, so it should be justified. It is the last line in the bloc

Handling of text-align="justify" when nesting blocks

2004-09-01 Thread arnd . beissner
Hi fopdevs, if you have time, consider this: TEST TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES TEST ENDS A. whatever TEST TEST TEST TEST TEST . ENOUGH TEXT TO FORMAT INTO MULTIPLE LINES TEST ENDS B. Now what would you expect: A: TEST TEST TEST TEST T