-
Notifications
You must be signed in to change notification settings - Fork 431
nav doc expected to be an index #1122
Copy link
Copy link
Closed
Labels
priority: mediumTo be processed and published in one of the upcoming releasesTo be processed and published in one of the upcoming releasesspec: EPUB IndexesImpacting the support of the EPUB Indexes specificationImpacting the support of the EPUB Indexes specificationstatus: has PRThe issue is being processed in a pull requestThe issue is being processed in a pull requesttype: false-positiveThis issue is about valid content being incorrectly rejectedThis issue is about valid content being incorrectly rejected
Milestone
Metadata
Metadata
Assignees
Labels
priority: mediumTo be processed and published in one of the upcoming releasesTo be processed and published in one of the upcoming releasesspec: EPUB IndexesImpacting the support of the EPUB Indexes specificationImpacting the support of the EPUB Indexes specificationstatus: has PRThe issue is being processed in a pull requestThe issue is being processed in a pull requesttype: false-positiveThis issue is about valid content being incorrectly rejectedThis issue is about valid content being incorrectly rejected
Type
Fields
Give feedbackNo fields configured for issues without a type.
I was trying to update the "whole index" tests, but found the nav doc was integrated into the content. When I split it out per the minimal epub, I started getting this error:
I don't see why a nav doc (esp. not in the spine) would be expected to have an index, though. I can't find anything in the indexes spec that would corroborate this error, so I'm assuming it's epubcheck being overzealous.
For now, I'm just going to add the extra expected error and give preference to the common file structuring.