Brian Sweeney
Brian Sweeney
The current logic generally follows [the spec](https://drafts.csswg.org/css-break-4/#break-between): > Applies to: block-level boxes, grid items, flex items, table row groups, table rows though there is some leeway in the detail. A...
I should have been more specific ... I only tested with Firefox 😅
On your first question, what is the use case for knowing the end of the table? Are you intending to put some boilerplate content at the end of the table...
> in case I need to position something "absolute" via CSS. for that I would need to know where the table ends. and I was just wondering if there is...
CSS3 supports supports the re-application of margins when a box is broken across pages, which we don't yet support (#640). There may be other ways to accommodate what you need...
The current library we're looking at utilizing for underlying functionality is [tc-lib-unicode](https://github.com/tecnickcom/tc-lib-unicode).
Microsoft has decent reference documentation on features required for various languages: https://docs.microsoft.com/en-us/typography/script-development/use
Unfortunately samples are missing from both issues 😞. Going to close this in favor of 620 since multiple issues were discussed here and 620 at least seems a bit more...
fixed-position content inside fixed-position content is a bit of odd styling and is likely the source of the issue, since fixed position elements are rendered independent of their parent. The...
Using just that HTML+CSS the PDF rendering appears similar to that for a web browser. Is there perhaps some other relevant CSS that's affecting the margins on the elements?