GoogleChrome / accessibility-developer-tools

This is a library of accessibility-related testing and utility code.
Apache License 2.0
2.27k stars 359 forks source link

hasDirectTextDescendantTreeWalker fails when encountering a DocumentFragment in IE11 #337

Closed valdrinkoshi closed 7 years ago

valdrinkoshi commented 7 years ago

https://github.com/GoogleChrome/accessibility-developer-tools/blob/master/src/js/Properties.js#L178

hasDirectTextDescendantTreeWalker assumes the parentNode will have tagName defined, but that's not the case for DocumentFragments.