Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: no longer check .xhtml extension in EPUB 2.0.1 #1388

Merged
merged 2 commits into from Dec 5, 2022

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    e4f315a View commit details
    Browse the repository at this point in the history
  2. feat: no longer check .xhtml extension in EPUB 2.0.1

    EPUB 2.0.1 does not specifically require XHTML content documents to have
    the `.xhtml` extension.
    
    EPUBCheck reported this as a warning (`HTM-014`), now suppressed.
    The sibling `HTM-014a`, which checked the same for EPUB 3,  was already
    suppressed.
    
    Note: this change will only be effective when the checks of the `ctc`
    package  are disabled.
    rdeltour committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ef5e333 View commit details
    Browse the repository at this point in the history