eslint-plugin-jsx-a11y icon indicating copy to clipboard operation
eslint-plugin-jsx-a11y copied to clipboard

axe-core version need to update for latest version to support aria-role = text

Open ShruthiTP08 opened this issue 3 years ago • 3 comments

axe-core version need to update for latest version to support aria-role = text

ShruthiTP08 avatar May 13 '21 10:05 ShruthiTP08

What version is needed?

ljharb avatar May 13 '21 13:05 ljharb

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".

jackstevenson avatar May 27 '21 10:05 jackstevenson

Sounds like an issue filed on aria-query would be the first step :-)

ljharb avatar May 27 '21 17:05 ljharb