You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@redking Just pushed out a new version of tota11y, powered by a newer version of Accessibility Developer Tools. This issue seems fixed, but please let me know if you see it again!
Hey,
I'm having an issue with the bookmarklet when using the Link Text and Labels tools. When I click on either, I see the following error in the console
Uncaught TypeError: Cannot read property 'trim' of null
arising from this line of code
return "" === axs.properties.findTextAlternatives(a, {}).trim() ? !1 : !0;
The expression
axs.properties.findTextAlternatives(a, {})
is returningnull
.I see this error on a number of sites - Gmail, for example. Curiously enough, both tools work fine when I test on http://khan.github.io/tota11y/
I'm using the latest version of Chrome.
The text was updated successfully, but these errors were encountered: