StaticUNSUPPORTED_We choose opt out as most node types should be searched (e.g. script). Even nodes like , could have textContent we care about.
Note: We will be checking each node's nodeName attribute in the Node interface. ref: https://dom.spec.whatwg.org/#dom-node-nodename
Specifically for Element nodes, where nodeName is stated as the 'HTML-uppercased qualified name'. However, that does not mean that HTML elements qualified name is guaranteed to be uppercased even when the content type is HTML, i.e. XML tags like
StaticsearchSearch for a query in a DOM tree.
The list of matches
HTML search engine