View Single Post
Old 08-18-2026, 03:32 PM   #186
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,887
Karma: 24240563
Join Date: Dec 2010
Device: Kindle PW2
@Kayadelenium:

epubveri does not flag incomplete nav/ncx files.

NAV:

Code:
<body epub:type="frontmatter">
  <nav epub:type="toc" id="toc" role="doc-toc">
    <h1>Table of Contents</h1>
  </nav>
  <nav epub:type="landmarks" id="landmarks" hidden="">
    <h1>Landmarks</h1>
  </nav>
</body>
NCX:

Code:
<navMap>
  <navPoint id="navPoint1">
    <content src="Text/Section0001.xhtml" />
  </navPoint>
</navMap>
EPUBCheck reported 3 errors and a warning.
Attached Files
File Type: epub nav_ncx_test.epub (2.3 KB, 7 views)
File Type: txt epc_08_18.txt (774 Bytes, 8 views)
Doitsu is offline   Reply With Quote