Hi,
if the first table body (tbody) row is higher than one entire page, the table caption and thead elements stand alone on separate pages.
This behaviour seems to be independent of style rules
I would expect that caption and thead resides on top of the same page on which the first tbody row starts.
By the way:
The table caption box is too small. It seems to be missing the width of the right and left table borders!
Stephan
if the first table body (tbody) row is higher than one entire page, the table caption and thead elements stand alone on separate pages.
This behaviour seems to be independent of style rules
table { page-break-inside:avoid }
caption thead { page-break-after: avoid }
I would expect that caption and thead resides on top of the same page on which the first tbody row starts.
By the way:
The table caption box is too small. It seems to be missing the width of the right and left table borders!
Stephan