epubcheck standard output error if role=doc-epigraph
See original GitHub issueHello,
We have an epub containing role=doc-epigraph
.
Example : <section epub:type="epigraph" role="doc-epigraph">
This doc-epigraph
value has been defined in:
- DPUB ARIA roles https://www.w3.org/TR/dpub-aria-1.0/
- epub:type / ARIArole mapping table https://idpf.github.io/epub-guides/epub-aria-authoring/#sec-usage.
Usually, both epub:type
+ role
attributes can be used together on an element. As we now do for every other semantic values.
In epubcheck 4.2.2 (same as in 4.0.2), the XML report indicates <status>Well-formed</status>, which is fine.
Example of batch run with XML report : java -jar %EPUBCKECK422% %EAN%.epub -out %EAN%.epubcheck422.xml
But epubcheck error output is reporting an error (java.lang.StackOverflowError
refering to DuplicateAttributeDetector
), which is a problem.
Example of batch run with error output : java -jar %EPUBCKECK422% %EAN%.epub 2> %EAN%.epubcheck422.log
Could you fix this please? Thnks
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (6 by maintainers)
I just did… 😉
Fixed by #1142