Tools, FAQ, Tutorials:
EpubCheck 4.0.2 --usage Option
What is EpubCheck 4.0.2 "--usage" Option?
✍: FYIcenter.com
EpubCheck 4.0.2 "--usage" option provides you suggested usages
of additional EPUB features.
You can try it on Hello-3.0.epub:
C:\fyicenter> java -jar epubcheck-4.0.2\epubcheck.jar --usage Hello-3.0.epub Validating using EPUB version 3.0.1 rules. USAGE(ACC-007): Hello-3.0.epub/content.xhtml(-1,-1): Content Documents do not use 'epub:type' attributes for semantic inflection. USAGE(ACC-008): Hello-3.0.epub/Hello-3.0.epub(-1,-1): Navigation Document has no 'landmarks nav' element. USAGE(HTM-020): Hello-3.0.epub/navigation.xhtml(-1,-1): Content file doesn't contain xml:lang attribute. USAGE(HTM-021): Hello-3.0.epub/navigation.xhtml(-1,-1): Content file doesn't contain lang attribute. USAGE(HTM-020): Hello-3.0.epub/content.xhtml(-1,-1): Content file doesn't contain xml:lang attribute. USAGE(HTM-021): Hello-3.0.epub/content.xhtml(-1,-1): Content file doesn't contain lang attribute. No errors or warnings detected. epubcheck completed
Okay. Hello-3.0.epub can be improved by implementing these suggested features.
⇒ EpubCheck 4.0.2 --out Option
⇐ EpubCheck 4.0.2 Command Options
2018-06-01, 2154🔥, 0💬
Popular Posts:
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....