EPUBCheck 4.2.0-alpha-1
Pre-release
Pre-release
This is the first preview release of EPUBCheck v4.2.0 (alpha 1), which provides initial and limited support for checking conformance to EPUB 3.2.
EPUBCheck 4.2.0-alpha-1 is an alpha release of EPUBCheck, to be used for testing and bug reporting only.
It mostly consists in updates to the schemas for Package Documents and Content Documents. EPUBCheck now uses the latest schemas from the Nu Html Checker, which are kept up-to-date with latest changes in the HTML standard.
This release was made by the DAISY Consortium, for the W3C.
Note: This is alpha software! This release does not yet implement full support for all the changes in the EPUB 3.2 specifications.
Bug Fixes
- check MathML and XHTML content in epub:switch (976b9f6), closes #835
- messages of missing/incorrect locale cannot be translated (91fac12)
Features
- add 'authority' and 'term' as valid package metadata properties (2fe66cd)
- allow missing
alttext
orannotation-xml
on MathML (e7bdbd2), closes #897 - deprecate
epub:trigger
andepub:switch
(08123b2), closes #894 #895 - report aria-describedat as an ERROR (b4a9e7c), closes #896
- update the Package Document schema for EPUB 3.2 (1f12512), closes #883 #882 #881 #880 #879 #878 #877 #876
- update XHTML, SVG and MathML schemas (47d4926), closes #892 #779 #896 #893 #448
- API: deprecate
EpubChecker#processEpubFile
(3ed77fe)