CARVIEW |
Errata of the Document Object Model Level 3 Specifications
- This version:
- https://www.w3.org/2004/01/DOM-Level-3-errata
$Date: 2010/08/19 21:23:39 $
Copyright © 2004 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.
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:
- A unique entry number.
- The date it was added to the errata page.
- Whether the entry is considered an important error, a minor typographical error, a clarification, or a known problem with the document itself.
- The guidelines version and section referred to.
- A description of the problem and correction if applicable.
Please send general comments about this document to the public mailing list www-dom@w3.org. An archive is available at https://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.