document.getElementsByName("")
Previously, if a document had any element with a name attribute that was set to the empty string, then `document.getElementsByName("")` and `element.getElementsByName("")` would return a collection including those elements.
document.getElementById("")
document.getElementsByClassName("")
Node.isDefaultNamespace()
Node.isEqualNode
Node.lookupNamespaceURI()
Node.normalize()