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

Conversation

rdeltour
Copy link
Member

@rdeltour rdeltour commented Dec 2, 2022

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.

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 rdeltour added this to the v5.0.0-beta milestone Dec 2, 2022
@rdeltour rdeltour self-assigned this Dec 2, 2022
Base automatically changed from release/v5.0.0-beta-1 to release/v5.0.0 December 5, 2022 12:52
@rdeltour rdeltour merged commit ef5e333 into release/v5.0.0 Dec 5, 2022
@rdeltour rdeltour deleted the feat/disable-xhtml-extension-check branch December 5, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants