Quote:
Originally Posted by Hadrien
Extra layout and more rendering issues than with XHTML+CSS.
|
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.