W3C

Errata of the Document Object Model Level 3 Specifications

This version:
http://www.w3.org/2004/01/DOM-Level-3-errata

$Date: 2010/08/19 21:23:39 $


About the Document Object Model Level 3 Specifications

The Document Object Model Level 3 Specifications were produced by the Document Object Model Working Group (DOM WG) as part of the Document Object Model Activity.

This document lists the known errata to the Document Object Model Level 3 specifications. Each entry has the following information:

Please send general comments about this document to the public mailing list www-dom@w3.org. An archive is available at http://lists.w3.org/Archives/Public/www-dom/.


DOM Level 3 Core

core-1. 2005-06-13. [minor typographical error]. Node.getUserData

The sentense

Retrieves the object associated to a key on a this node.

should read

Retrieves the object associated to a key on this node.

core-2. 2005-06-16. [typographical error]. Node.lookupPrefix

The sentense

If more than one prefix are associated to the namespace prefix, the returned namespace prefix is implementation dependent.

should read

If more than one prefix are associated to the namespace URI, the returned namespace prefix is implementation dependent.

DOM Level 3 Validation

val-1. 2008-06-09. [minor typographical error]. The nodeValidity and validateDocument methods

The value VAL_NS_WF appears twice in the table describing all possible validation outcomes. The second appearance should be ignored.

DOM Level 3: Glossary

No issue reported.