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, 2088🔥, 0💬
Popular Posts:
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...