View Single Post
Old 12-01-2021, 01:04 PM   #9
Camelot
Connoisseur
Camelot began at the beginning.
 
Posts: 53
Karma: 10
Join Date: Feb 2015
Device: Sony PRS-T1
My friend has a problem with footnotes from original books (epub3 → epup2).

The first - most important - problem is the missing clickable backlinks in the footnotes.
Before:
Code:
<div class="fussnotenzaehler" hidden="hidden">
After:
Code:
<div class="fussnotenzaehler" style="display: none;">
I don't know why the publisher set the footnotes as hidden.

The second problem is the missing counters in a list (nav).
Before:
Code:
<ol>
After:
Code:
<ol style="list-style-type: none;">
Can they fix that, or add an option (false/true) in the ePub2.json?
Example epup3 is attached
Attached Files
File Type: epub example.epub (10.7 KB, 229 views)
Camelot is offline   Reply With Quote