Arved Sandstrom wrote:
IPD is the handy abbreviation for inline-progression-dimension (well, it
could also be for inline-progression-direction, but in this case it's the
dimension. :-))
It's not mandatory to specify this on tables, as there is a default, so I
don't know _why_ you are getting this message. Can you post the start tag
for your offending table, complete with properties?
I just got the same error on this table:
<fo:table table-layout="fixed">
<fo:table-column column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row keep-with-next="always">
<fo:table-cell>
<fo:block font-size="40pt" font-weight="bold">Title</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block>Lorem ipsum dolor sit amet. Consectetuer
adipiscing elit, sed diam nonummy. Nibh euismod tincidunt ut
laoreet dolore magna. Aliquam erat volutpat. Iriure dolor
in</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
Regards
J.Pietschmann