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.