Quote:
Originally Posted by kovidgoyal
Not really, just add special CSS class say "epub_footnote" then the layout engine renders the contents of the footnote in a block, checks if the block fits on the current page, if yes, adds it to the bottom if no puts it on the footnote stack for the next page. Shouldn't significantly change the rendering complexity.
|
It acts like a "float" element that's correct. In some books, you can have very long footnotes though, and in this case, p-book usually display them on the next page too.