Quote:
Originally Posted by KevinH
Technically, the footnote itself is missing the epub:type="footnote" which can break epub3 pop-up actions. And if there is no aside tag used, the footnotes will be seen in plain text when you scroll down (just like a print edition)
Are these the things you want to change?
|
Sure, Kevin. The ePub:type="footnote" is a saved search I use in the post-process after InDesign export the ePub. Not only footnotes are in plain text, but the note ref is duplicated in the pop-up note:
Quote:
Originally Posted by JSWolf
Is there a possibility of this eBook being read with software that's not ePub3 compatible enough? If that is the case, then you want...
Code:
<section>
<div class="_idFootnotes">
because ePub2 software won't use your class in the section. ePub2 software should ignore the <section>. This is ehy most ePub3 eBooks that are for sale do not put a class in <section>.
|
Thanks for the tip, JS. I'm afraid it need to be ePub2 compatible...