accessibility-developer-tools icon indicating copy to clipboard operation
accessibility-developer-tools copied to clipboard

Also validate scope if it's a DOM node

Open ewinslow opened this issue 12 years ago • 0 comments

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).

ewinslow avatar Aug 16 '13 00:08 ewinslow