-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
spec: EPUB 3.3Impacting the support of EPUB 3.3Impacting the support of EPUB 3.3status: completedWork completed, can be closedWork completed, can be closedtype: false-positiveThis issue is about valid content being incorrectly rejectedThis issue is about valid content being incorrectly rejected
Milestone
Description
In a MO file if I have something like:
<body epub:textref="file.xhtml">
<par>...
...
I get the following error message when I run the EPUB 3.3 version of epubcheck (v5.0.0-beta-1):
Validating using EPUB version 3.3 rules.
ERROR(MED_014): mol-navigation.epub/EPUB/mo/ch1.smil(2,37): A non-empty fragment identifier is required.
This in spite of the spec saying:
The value MUST be a path-relative-scheme-less-URL string, optionally followed by U+0023 (#) and a URL-fragment string.
(Emphasis is mine.)
Metadata
Metadata
Assignees
Labels
spec: EPUB 3.3Impacting the support of EPUB 3.3Impacting the support of EPUB 3.3status: completedWork completed, can be closedWork completed, can be closedtype: false-positiveThis issue is about valid content being incorrectly rejectedThis issue is about valid content being incorrectly rejected