dequelabs / dequelabs/axe-core
Standardize function use off axe, axe.utils, and axe.commons
Open
tech debt
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
The root `axe` should only have functions for configuring and running axe, and plugins. `axe.utils` should have functions that are safe to use outside of an `axe.run` (no reliance on the virtual tree being set up). `axe.commons` should be functions that rely on the virtual tree and thus could be unsafe to run outside of `axe.run`.
Contributor guide
Assessment
This issue has not been assessed yet.