[ERRATUM] core-2. [clarification]. Node.appendChild

http://www.w3.org/2000/11/DOM-Level-2-errata

DOM Level 2 Core

   core-2. 2001-01-17. [clarification]. [16]Node.appendChild
          The sentence:

          NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.

          should read:

          NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or
          if the previous parent of the node being inserted is readonly.

[16]
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-184E7107

Received on Wednesday, 17 January 2001 16:21:52 UTC