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

What is the correct percentage of issues that axe actually finds it when running? #4415

Open
djalmaaraujo opened this issue Apr 18, 2024 · 1 comment
Labels
extension Axe Firefox or Chrome extension issues question

Comments

@djalmaaraujo
Copy link

Product

axe Extension

Question

Hello! Could you please clarify the correct percentage that axe-core usually gets when running?

I ask this because sometimes we need to prepare presentations and slides with this information. Yesterday, I was looking at the Deque DevTools website, and it says it gets 80% of accessibility issues. Still, if you come here in the axe-core repository, you have this quote:

With axe-core, you can find on average 57% of WCAG issues automatically. Additionally, axe-core will return elements as "incomplete" where axe-core could not be certain, and manual review is needed.

The website statement for DevTools:

image

Axe is amazing, but in my position, I have to report to some other leadership asking what's the impact of using tools for A11Y, and it would be amazing to have some clarification on this subject.

Thank you for all your work!

@djalmaaraujo djalmaaraujo added question ungroomed Ticket needs a maintainer to prioritize and label labels Apr 18, 2024
@github-actions github-actions bot added the extension Axe Firefox or Chrome extension issues label Apr 18, 2024
@straker
Copy link
Contributor

straker commented Apr 18, 2024

Thanks for the question. So there are two different things that determine those numbers. First automated testing frameworks such as axe-core can only catch about 57% of accessibility issues. The 80% comes from the axe DevTools extension which can use our Intelligent Guided Tests (IGT) to help increased that 57% to 80%. So if you are able to use IGT it can help catch up to 80% issues, otherwise its about 57% coverage.

@straker straker removed the ungroomed Ticket needs a maintainer to prioritize and label label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension Axe Firefox or Chrome extension issues question
Projects
None yet
Development

No branches or pull requests

2 participants