View Single Post
Old 02-27-2023, 03:38 PM   #9
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by RbnJrg View Post
Instead of using epub:type="footnote" you should use epub:type="rearnote" (that is, if you want to work with endnotes and not with footnotes).
rearnote is deprecated.

In EPUB3, the 2 valid things you can put in your <aside> notes are:
  • epub:type="footnote"
  • epub:type="endnote"

- - -

Side Note: rearnote (and a few others) were valid for a very short time, early on in EPUB3's life, but quickly got deprecated since nobody was using it.

- - -

Quote:
Originally Posted by RbnJrg View Post
By the way, if you are not going to use <aside> then you are not going to have popup endnotes under iBooks.
The most recent, ultimate topic is this one:

which covers everything you'd ever want to know about footnotes (and endnotes) in ebooks.

People only tend to get in trouble with "Why are my popup footnotes not working?" when they try to create complex, convoluted, and messy code.

Just remember—KISS (Keep It Simple, Stupid), and your code should work across most apps/programs.

Last edited by Tex2002ans; 02-27-2023 at 03:41 PM.
Tex2002ans is offline   Reply With Quote