You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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,
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.
The text was updated successfully, but these errors were encountered: