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
Validated with the latest axe-core code base -
after run build, and latest axe.js built, run await axe.utils.getRule('region') , below is the details we can see:
Need a public way to return an individual rule so we don't have to keep doing
axe._audit.rules.find(ruleObj => ruleObj.id === ruleId)
The text was updated successfully, but these errors were encountered: