Attr has a default value it is immediately replaced. The replacing attribute has the same namespace URI and local name, as well as the original prefix, when applicable.
@param oldAttr The Attr node to remove from the attribute list.
@return The Attr node that was removed.
@exception DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. oldAttr is not an attribute of the element.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |