mozilla-services / axe-selenium-python

aXe Selenium Integration python package
https://pypi.python.org/pypi/axe-selenium-python/
Mozilla Public License 2.0
58 stars 50 forks source link

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

Open cBala20 opened 5 years ago

cBala20 commented 5 years ago

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.

kimberlythegeek commented 5 years ago

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!

cBala20 commented 5 years ago

Hi Kimberlythegeek,

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