@verb #7087:":removeAttribute" this none this rxdo #7788 @program #7087:":removeAttribute" this none this " void removeAttribute(in DOMString name) raises(DOMException);" "" "Removes an attribute by name. If the removed attribute is known to have a default value, an attribute immediately appears containing the default value as well as the corresponding namespace URI, local name, and prefix where applicable. To remove an attribute by local name and namespace URI, use the removeAttributeNS method." {name} = args this->__attributes = setremove(this->__attributes, listassoc(name, this->__attributes)) $dom:updateParentsChildren(this) "Last modified by Floyd (#7788) on Thu Nov 14 18:41:35 2002 MST." .