addyosmani/a11y

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

Opened this issue · 2 comments

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: GoogleChrome/accessibility-developer-tools#183 (comment)

Looks like a closure compiler bug on the ADT part.

Should be addressed in GoogleChrome/accessibility-developer-tools#188 which we'll get after we bump to the next version of the ADT.