Quote:
Originally Posted by KevinH
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?