dequelabs / dequelabs/axe-core
Add axe.utils.querySelector
Open
core
performance
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
In addition to a axe.utils.querySelectorAll, there are a lot of places where we only want to know the first element (or if there were any matching elements). It'd be great if instead of building the whole list and than picking the first we could just stop at the first one.
Contributor guide
Assessment
This issue has not been assessed yet.