daisy / ace

Ace by DAISY, an Accessibility Checker for EPUB
MIT License
74 stars 22 forks source link

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

Open mgifford opened 8 months ago

mgifford commented 8 months ago

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 commented 8 months ago

Ace is an accessibility checker:

EPUBCheck is a conformance checker:

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! 👍

sjabsr commented 3 days ago

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 !