Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weak control over table renderings #1

Open
zopyx opened this issue Feb 28, 2020 · 0 comments
Open

Weak control over table renderings #1

zopyx opened this issue Feb 28, 2020 · 0 comments

Comments

@zopyx
Copy link

zopyx commented Feb 28, 2020

The specs are weak regarding the rendering of tables, tables split over multiple pages in particular.

  • there is no way to define a table caption different from the table caption of the first page. PrinceXML has its own extension:
<caption style="prince-caption-page: first">Table 1</caption>
<caption style="prince-caption-page: following">Table 1 (cont.)</caption>
  • there is no configuration option to control if and how header/footer should be repeated. Antennahouse has its own extensions table-omit-header-at-break and table-omit-footer-at-break
  • control over breaks within a row. In general: a page break within a row or a cell is ugly. break-inside: avoid should be supported by processors. In case of a page break within a row/cell, you want control about content to be repeated on the next page or not. Antenna provides this through the repeat-cell-content-at-break option.
  • orphans and widows: as with standard text, you want to control over the number of orphan and widow rows in case of a page break. Antennahouse 7 introduces orphan/widow control tables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant