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

Allow access to axe standards #2889

Closed
WilcoFiers opened this issue Apr 25, 2021 · 1 comment
Closed

Allow access to axe standards #2889

WilcoFiers opened this issue Apr 25, 2021 · 1 comment
Assignees
Labels
feat New feature or enhancement pr A pr has been created for the issue
Milestone

Comments

@WilcoFiers
Copy link
Contributor

Axe standards are a very useful tool. It would be great if there was a way to get the standards information out of axe-core. Something as simple is this could be sufficient.

axe.getStandard()
@WilcoFiers WilcoFiers added this to the axe-core 4.3 milestone Apr 25, 2021
@WilcoFiers WilcoFiers added the feat New feature or enhancement label Apr 26, 2021
@padmavemulapati
Copy link

Verified with the latest axe-core-develop branch code base, with 4.2.0 version,
Now it is allowing getStandards from utils
running a command from console, await axe.utils.getStandards('ariaAttrs');
will result,
image

@straker straker added the pr A pr has been created for the issue label Jun 10, 2021
@straker straker closed this as completed Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or enhancement pr A pr has been created for the issue
Projects
None yet
Development

No branches or pull requests

3 participants