addyosmani / a11y

Accessibility audit tooling for the web (beta)
http://addyosmani.github.io/a11y/
Apache License 2.0
1.71k stars 76 forks source link

'null' is not an object (evaluating 'axs.properties.findTextAlternatives #42

Open geekdave opened 9 years ago

geekdave commented 9 years ago

Not sure if this is an issue in a11y or ADT:

$ 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

addyosmani commented 9 years ago

Looks like a closure compiler bug on the ADT part.

addyosmani commented 9 years ago

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.