This object is part of the browser's internal DOM management.
The value of this attribute always seems to be the null object for objects that represent HTML tags. This is probably because all the other attributes of the tags can be stored in named properties of the Element object or in attributes of those properties collected into the Attributes object that belongs to it.
When the node is a #text value, the text itself is stored here.
See also: | Element object, Node.nodeValue |
Prev | Home | Next |
Element.nodeType | Up | Element.normalize() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |