removeAttributeNS
Description
The removeAttributeNS of Element for JS removes element’s attribute whose namespace is namespace and local name is localName.
Syntax
element.removeAttributeNS(namespace, localName)
Parameters
namespace
A null or a non-empty string.
localName
A local name.