If the caption is placed below the table then it appears only if the table fits on one page, but not if it spans across multiple pages:
Whereas placing the caption above the table works as expected:
With this one the caption shows below the table on the last page - however, I would expect it to show below the table on all pages:
Contrast with this where the caption is correctly placed above the table on all of the pages:
Using Prince 10 on Debian "Jessie".
<caption style="caption-side:bottom">some table</caption>
Whereas placing the caption above the table works as expected:
<caption>some table</caption>
With this one the caption shows below the table on the last page - however, I would expect it to show below the table on all pages:
<caption style="caption-side:bottom;prince-caption-page:all">some table</caption>
Contrast with this where the caption is correctly placed above the table on all of the pages:
<caption style="prince-caption-page:all">some table</caption>
Using Prince 10 on Debian "Jessie".