axe-selenium-python icon indicating copy to clipboard operation
axe-selenium-python copied to clipboard

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

Open cBala20 opened this issue 4 years ago • 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.

cBala20 avatar Aug 21 '19 09:08 cBala20

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!

kimberlythegeek avatar Aug 21 '19 18:08 kimberlythegeek

Hi Kimberlythegeek,

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

cBala20 avatar Aug 29 '19 14:08 cBala20