accessibility-developer-tools icon indicating copy to clipboard operation
accessibility-developer-tools copied to clipboard

This is a library of accessibility-related testing and utility code.

Results 102 accessibility-developer-tools issues
Sort by recently updated
recently updated
newest added

Gruntfile removed

https://github.com/GoogleChrome/accessibility-developer-tools/blob/master/src/js/Constants.js#L635 Valid values is defined as `boolean` but actual supported values are "false", "true", "menu", "listbox", "tree", "grid", "dialog". https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaHasPopup

I am probably doing this wrong, but I expected if I did phantomjs tools\runner\audit.js http://www.sundhed.dk/ I would get something more informative than ** Begin accessibility audit results *** an accessibility...

Removed invalid link with latest valid reference

I have signed https://cla.developers.google.com/

I have a code similar to this: ``` Show item Foo Bar ... ``` Yet it's being flagged as having unsupported aria-attribute. However, as per the spec on said attribute:...

bug

HI Team, We like to authenticate the website which require authentication, when we try to do that we are not getting any audit result. We are trying to audit by...