typos in DOM Level 2 Range spec

In section 8.10 of the Range spec the argument to the
surroundContents() method is first defined as "n", and then later
referred to as "node".

Similarly, in the API specification, the argument is first defined as
"newParent", but then in the descriptions of the exceptions it may
throw, it is called "node" (see INVALID_NODE_TYPE_ERR and
HIERARCHY_REQUEST_ERR).

    David Flanagan

Received on Wednesday, 15 August 2001 15:45:52 UTC