-
Notifications
You must be signed in to change notification settings - Fork 429
edupub (non-h1..h6) heading not recognized as section heading #1483
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: EDUPUBImpacting the support of the EDUPUB specificationImpacting the support of the EDUPUB 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: EDUPUBImpacting the support of the EDUPUB specificationImpacting the support of the EDUPUB 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
When I have a run-in heading in my EDUPUB publication like so:
when validating with epubcheck 5.0.0 under the EDUPUB profile, I get the following error:
epubcheck error: ERROR(RSC-005): […]: Error while parsing file: section does not have a heading.
https://idpf.org/epub/profiles/edu/spec/#h.frvc45xf6cia 3rd paragraph suggests that I should be able to use
aria-labelledbyto associate thesectionwith its heading, which cannot be a ranked HTML5 heading at that place due top's content model restriction. That is why I userole="heading"andaria-level="1"as the equivalent toh1.Is this an epubcheck issue, EDUPUB issue, or me misunderstanding the relevant spec's wording?