DOM Level 3 Core: renameNode

"When possible this simply changes the name of the given node, otherwise this
creates a new node with the specified name and replaces the existing node with
the new node as described below."

The spec does not state when it is possible to change the name of the given
node. Secondly, what will happen if I try to rename a readonly node? It should
raise an NO_MODIFICATION_ALLOWED_ERR exception.

Am I right or am I totally wrong?

Secondly, whose idea was it to put the Activity in dormant phase? I vote for a
renewal since there are many issues not resolved yet.

-jorgen

Received on Friday, 7 October 2005 12:12:32 UTC