django-commons/axe-selenium-python

WAI-ARIA role, state or property not able to identify

Opened this issue · 2 comments

Hi Team,
While executing the axe-core against one of our webpage, we noticed that axe core is not able to identify invalid "WAI-ARIA role, state or property", but the same is identified and verified by other accessibility tool. The issue is identified in the below HTML line.
<a role="button" href="#" id="helpIcon" custom-popover="" aria-haspopup="true" aria-expanded="false" aria-controls="helpSupportPopover" style="z-index: 2147483646; position: relative;">

Can help me in handling this scenario.

Hi @cBala20 , thanks for submitting this issue.

Hi Team,
While executing the axe-core against one of our webpage, we noticed that axe core is not able to identify invalid "WAI-ARIA role, state or property"

can you give me an example of the response or output you're expecting? What defines an invalid "WAI-ARIA role, state or property"?

It could be that I need to update axe-core to the latest version. I was in the process of automating the updates when I was moved to a different project!

Hi Kimberlythegeek,

Other accessibility tools are giving the violation as "“Invalid WAI-ARIA Role” .
Please let me know if you need more details.