View Single Post
Old 03-27-2021, 11:44 PM   #393
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Quote:
Originally Posted by KevinH View Post
Since aside comes with epub3, if only anchors were there, how could it recognize that it was meant as a footnote and not just another anchor a tag.

Adding semantic tags like that could only be added if it was clear it was a link to a footnote and a return link from a footnote.
Indeed.

As it happens, this particular commercial book includes also index entries using a a tag and href link. So this semantic question has to be answered by the reader (if the editor did nothing about it).

But, maybe, if you find something like this in the opf of the proposed ePub2 :

Code:
<guide>
    <reference type="cover" title="Cover" href="text/titlepage.xhtml"/>
    <reference type="other.footnotes" title="Notes de bas-de-page" href="text/PL20.xhtml"/>
  </guide>
you could process this one and only PL20 chapter?

Last edited by roger64; 03-27-2021 at 11:49 PM.
roger64 is offline   Reply With Quote