GoogleChrome / accessibility-developer-tools

This is a library of accessibility-related testing and utility code.
Apache License 2.0
2.27k stars 359 forks source link

Link With Unclear Purpose fails even when aria-label is defined #366

Open gurmukhp opened 6 years ago

gurmukhp commented 6 years ago

Hi all,

I've noticed that the LinkWithUnclearPurpose test fails if there is no text inside the anchor element and if aria-label has been specified.

I believe that this test should pass since the label has been defined.

If you agree, I'd be more than happy to provide a PR?

Thanks!