[ERRATUM] core-4. [clarification]. NamedNodeMap.setNamedItem

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

DOM Level 2 Core

   [17]core-4. 2001-01-17. [clarification]. [18]NamedNodeMap.setNamedItem
          An exception is missing:

          HIERARCHY_REQUEST_ERR: Raised if an attempt is made to add a
          node doesn't belong in this NamedNodeMap. Examples would
          include trying to insert something other than an Attr node into
          an Element's map of attributes, or a non-Entity node into the
          DocumentType's map of Entities.

          (ditto for [19]setNamedItemNS)

[17] http://lists.w3.org/Archives/Public/www-dom/2001JanMar/0011.html
[18]
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1025163788
[19]
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-setNamedItemNS

Received on Wednesday, 17 January 2001 16:22:03 UTC