Maybe the issue I'm having is just the standard footnote problems I've seen reported here with Kobos over the years. But, I'd specifically like to ask that <aside>/</aside> pairs work correctly. If I set up footnotes in an epub3 and put that on my Forma as a kepub, the aside 1) might or might not show up in the footnote popup that's supposed to happen and 2) the footnote text doesn't terminate in the popup at the ending </aside> tag. It just keeps going for some unknown distance. My footnotes look like:
Code:
... source paragraph...<a id="fn1" href="#fn1a" epub_type="noteref"><sup>n</sup></a>... rest of source paragraph ... .</p>
<aside id="fn1a" class="footnote" epub_type="footnote">
<p><a href="#fn1"><sup>n</sup></a>... the note ... .</p>
</aside>
I've reported this to the email link at the start of this thread and on:
https://github.com/kobolabs/epub-spec/issues/59
but have gotten no response. So, I'm adding it here just in case there's still someone working at Kobo and they occasionally pop in to see things like this.