axs.dom.composedParentNode should use .assignedSlot instead of .getDestinationInsertionPoints() when in Shadow DOM v1.
I noticed an element I was working on kept failing AX_FOCUS_01 and found that elementIsVisible was returning false because it wasn't able to figure out that an element it found above the one passed to it was actually a descendant and not just arbitrarily obscuring it.
axs.dom.composedParentNode
should use.assignedSlot
instead of.getDestinationInsertionPoints()
when in Shadow DOM v1.I noticed an element I was working on kept failing
AX_FOCUS_01
and found thatelementIsVisible
was returning false because it wasn't able to figure out that an element it found above the one passed to it was actually a descendant and not just arbitrarily obscuring it.