Hi guys,
First of all --for those of you who noticed ;)
Mucked up my setup here, and was testing a different version than the
one I was changing and committing from, so my apologies for breaking
the build :(
OTOH, the tests that currently wouldn't pass, all have the following
in common:
- implicit table-layout => auto
- no explicit columns => a default column is instantiated in
Table.bind()
That default column gets the initial/default value for column-width,
which is defined in FOPropertyMapping as 'proportional-column-width
(1)'...
Somehow this needs to be revised, I think, as the Rec considers this
an error. We need a valid default for both situations.
As a temporary measure, I've added explicit table-layout="fixed" to
the broken testcases to make them pass, but I guess we need a more
permanent solution anyway.
Maybe 'auto' should be allowed (at least internally)?
Cheers,
Andreas