removeAttributeNS (DOMElement - JavaScript)

指定された名前を持ち、 指定された名前空間にある属性を削除します。

定義場所

DOMElement

構文

removeAttributeNS(namespace:string, localname:string) : void