From 5da39d63ca07b7ad82466c06416c81531ad5706a Mon Sep 17 00:00:00 2001 From: valdrinkoshi Date: Fri, 3 Mar 2017 11:40:10 -0800 Subject: [PATCH] specify support of ShadowRoot --- src/js/Properties.js | 2 +- test/js/properties-test.js | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/js/Properties.js b/src/js/Properties.js index c4125896..67fc7e5d 100644 --- a/src/js/Properties.js +++ b/src/js/Properties.js @@ -175,7 +175,7 @@ axs.properties.hasDirectTextDescendant = function(element) { while (treeWalker.nextNode()) { var resultElement = treeWalker.currentNode; var parent = resultElement.parentNode; - // Handle elements hosted in