Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(a11y-wand): add handling of nested aria-hidden elements
We needed to set the recursive argument in the findTextAlternatives method to true so that accessibility-developer-tools would check for nested hidden elements. This also adds two simple tests to make sure that this functionalit isn't broken in the future. Closes jdan#133
- Loading branch information