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 child of the last block-area generated and returned by the formatting object, *and to any line-area generated by the formatting object whose following sibling is a block-area that is not a line-area*, and any lines in the block ending in U+000A." So, as a fo:block generates a block-area that is not a line-area (its children are line-areas), I think line 2 should *not* be justified. Regards Luca