GoogleChrome / accessibility-developer-tools

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

Missing role="switch" validation #389

Closed TheDutchCoder closed 3 years ago

TheDutchCoder commented 3 years ago

When adding an element that has the role="switch" the extension throws a false positive for a "bad role". Here's the reference for the switch role: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Switch_role

TheDutchCoder commented 3 years ago

I see this is already PR'ed, looking forward to it! https://github.com/GoogleChrome/accessibility-developer-tools/pull/343