getAttribute() and related methods don't return null for not existing attributes.
Methods below should be fixed to return null.
- NamedNodeMap.prototype.getNamedItem()
- Element.prototype.getAttribute()
- Element.prototype.getAttributeNode()
- Element.prototype.getAttributeNS()
getAttribute()and related methods don't return null for not existing attributes.Methods below should be fixed to return null.