We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
line 12355 of latest build has
$.axs.properties.getTextFromDescendantContent(el) // where el = <a class="navbar-brand" href="/"></a>
which is returning null for me.
Full trace:
Uncaught TypeError: Cannot read property 'replace' of nullis DescriptiveText @ tota11y.js?body=1:formatted:12626 validateTextContent @ tota11y.js?body=1:formatted:12644 (anonymous function) @ tota11y.js?body=1:formatted:12692 jQuery.extend.each @ tota11y.js?body=1:formatted:610 jQuery.fn.jQuery.each @ tota11y.js?body=1:formatted:374 run @ tota11y.js?body=1:formatted:12673 (anonymous function) @ tota11y.js?body=1:formatted:10067 jQuery.event.dispatch @ tota11y.js?body=1:formatted:4679 jQuery.event.add.elemData.handle @ tota11y.js?body=1:formatted:4365
The text was updated successfully, but these errors were encountered:
This was fixed in #48 - I just need to push out a new release. Will do so today, sorry for the confusion!
Sorry, something went wrong.
awesome. thank you!
@stevenspiel I went ahead and pushed out a new release - let me know if things are not working correctly. Sorry to not update here!
No branches or pull requests
line 12355 of latest build has
which is returning null for me.
Full trace:
The text was updated successfully, but these errors were encountered: