View Single Post
Old 04-17-2025, 12:19 PM   #4
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,928
Karma: 6361444
Join Date: Nov 2009
Device: many
Quote:
I have an epub with dozens of errors of type 'link target is before the previous link’s target in document order.'
Typically this is an NCX or Nav issue where spine order and the order used n the nav/ncx is inconsistent. It can be as simple as having one link out of order.

The solution is just to rebuild the TOC from the original h1-h3 tags if possible. Ids themselves are not numbered but in the nav and ncx the order must match the playorder, (typically the same as the spine order of the files).

In fact the playorder attributes are not needed anymore.
KevinH is offline   Reply With Quote