Open geekdave opened 9 years ago
Not sure if this is an issue in a11y or ADT:
a11y
$ a11y http://www.walmart.com --verbose Command failed: TypeError: 'null' is not an object (evaluating 'axs.properties.findTextAlternatives(a, {}).trim') → node_modules/accessibility-developer-tools/dist/js/axs_testing.js on line 1868
I added a comment to an existing issue in ADT here: https://github.com/GoogleChrome/accessibility-developer-tools/issues/183#issuecomment-122047281
Looks like a closure compiler bug on the ADT part.
Should be addressed in https://github.com/GoogleChrome/accessibility-developer-tools/pull/188 which we'll get after we bump to the next version of the ADT.
Not sure if this is an issue in
a11y
or ADT:I added a comment to an existing issue in ADT here: https://github.com/GoogleChrome/accessibility-developer-tools/issues/183#issuecomment-122047281