eslint-plugin-jsx-a11y
eslint-plugin-jsx-a11y copied to clipboard
axe-core version need to update for latest version to support aria-role = text
axe-core version need to update for latest version to support aria-role = text
What version is needed?
aria-role="text"
support was added in axe-core 4.2.0. Having said that, the aria-query library that's used in the aria-role
rule for the validation doesn't support aria-role="text"
.
Sounds like an issue filed on aria-query would be the first step :-)