On Sep 15, 2005, at 13:18, Jeremias Maerki wrote:

There are no hints in the spec that indicate that the lack of an ends-row
is an error if someone uses starts-row. You can perfectly split a bag
full of cells into tables with only the starts-row or the ends-row
properties. These two properties are simply indicators to the
implementation where to split rows.

Indeed not, but the Rec does indicate that the two of them should be used together...
On top of that: not specifying ends-row seems to lead to a contradiction

<fo:table-cell starts-row="true">
</fo:table-cell>
<fo:table-cell starts-row="true">
</fo:table-cell>

is the same as (due to initial value for ends-row)

<fo:table-cell starts-row="true" ends-row="false">
</fo:table-cell>
<fo:table-cell starts-row="true" ends-row="false">
</fo:table-cell>

See what I mean?


Cheers,

Andreas

Reply via email to