void removeAttributeNS(String? namespace, String localName) => js_util.callMethod(this, 'removeAttributeNS', [namespace, localName]);