dequelabs / dequelabs/axe-core
Is it possible to get the number of items that passed checks, as well as the number of items that failed checks?
Open
question
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
### Product
axe-core
### Question
I am trying to calculate the failure rate, i.e., `# of fails` / `# of potential fails`. For example, for alt texts, I want to see how many images do not have alt texts (`# of fails`) among all images (`# of potential fails`). Is it possible to get such information through axe-core, i.e., the number of items checked per rule?
Contributor guide
Assessment
This issue has not been assessed yet.