accessibility-developer-tools
accessibility-developer-tools copied to clipboard
Also validate scope if it's a DOM node
In the rules, querySelectorAll is used, but that only selects descendants, not root element as well. I think we should validate the root element too, if it's a DOM node (not the document of course).