View Single Post
Old 11-24-2024, 02:52 AM   #1
Krytes
Enthusiast
Krytes began at the beginning.
 
Posts: 48
Karma: 24
Join Date: Jul 2008
Device: Kobo Clara BW, Boox Tab Mini C, Boox Note 2
Kobo jumping to footnotes instead of showing popup preview?

I'm trying to make a sample epub with a bunch of footnotes that I'd like to be popups. The epub passed epubcheck fine and the footnotes do pop up fine in Calibre's reader, but on kobo it jumps straight to the footnotes instead of showing a popup preview. I think I'm following the kobo epub spec requirements, so I'm not sure what's going wrong. I link to footnotes like this:

Code:
<a href="links.xhtml#人生" epub:type="noteref">人生</a>
and the links.xhtml file has each link like this:

Code:
<aside class="footnote" id="人生" epub:type="endnote">
<p>1) life (one's time on earth)<br/>
</p>
</aside>
Is there something that I'm missing here? I've attached a sample epub with the footnotes.
Attached Files
File Type: epub kobotrialBook.epub (218.6 KB, 59 views)

Last edited by Krytes; 11-24-2024 at 10:25 AM.
Krytes is offline   Reply With Quote