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

Please describe how this compares with your work with the W3C & epubcheck #396

Open
mgifford opened this issue Dec 14, 2023 · 2 comments
Open
Assignees

Comments

@mgifford
Copy link

The README should have something talking about the other big EPUB checker https://github.com/w3c/epubcheck

How does this compare? Also, since EPUB is basically HTML in a wrapper, folks like me might want to know if axe or HTML CS might be accessibility engines that could be used too.

@rdeltour
Copy link
Member

Ace is an accessibility checker:

  • it runs automated tests, which by nature (being fully automated) can only cover a limited subset of what needs to be evaluated for accessibility
  • it extracts information (e.g. content outline, metadata, images alt text) to assist in a complete accessibility evaluation.

EPUBCheck is a conformance checker:

  • it verifies that EPUB content is conforming to the EPUB specification
  • it does not indicate anything regarding the accessibility of the EPUB publication

Finally, as stated in both the readme page and the website, Ace is based on Deque's Axe. The Axe engine is run on the EPUB HTML content when running Ace, with a rule set slightly customised for EPUB. Note that in addition, Ace also runs EPUB-specific checks which are not provided by Axe.

I'll add a mention of EPUBCheck on the readme and the website, thanks for the suggestion! 👍

@rdeltour rdeltour self-assigned this Dec 15, 2023
@sjabsr
Copy link

sjabsr commented Aug 14, 2024

Hello ! I found this discussion while verifying whether I was doing redundant work by running EpubCheck AND Daisy ACE (we obviously want our epubs to be both accessible AND well formed).

From you answer above I understand that the epub checks section of ACE's test doesn't run EpubCheck. But I didn't see the mention you've proposed to put in the readme file?

Thanks for the information anyway !

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

No branches or pull requests

3 participants