View Single Post
Old 09-24-2024, 05:31 AM   #6
disain
Junior Member
disain began at the beginning.
 
disain's Avatar
 
Posts: 5
Karma: 10
Join Date: May 2024
Location: Madrid, Spain
Device: Kindle/Books
Quote:
Originally Posted by KevinH View Post
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 View Post
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...
Attached Thumbnails
Click image for larger version

Name:	screenshot.png
Views:	266
Size:	244.8 KB
ID:	210975  
disain is offline   Reply With Quote