-
Notifications
You must be signed in to change notification settings - Fork 418
Closed
Labels
status: ready for implemThe issue is ready to be implementedThe issue is ready to be implementedtype: false-positiveThis issue is about valid content being incorrectly rejectedThis issue is about valid content being incorrectly rejected
Milestone
Description
You can't use epub:type on an inactive link like this:
<a epub:type="glossref">foo</a>
If you do, epubcheck will report:
Error while parsing file: element "a" missing required attribute "href"
I don't know if this occurs often, but it seems like it might be too strict. I'm more worried that people have used it on bad markup patterns like this from the samples: <a epub:type="keyword">bar</a>
.
Metadata
Metadata
Assignees
Labels
status: ready for implemThe issue is ready to be implementedThe issue is ready to be implementedtype: false-positiveThis issue is about valid content being incorrectly rejectedThis issue is about valid content being incorrectly rejected