This property reflects the value defined by the parent HTML tag attribute. It is part of the DOM support for HTML tag attributes.
If an HTML tag attribute is specified, the attribute flag for that property of the HTML tag's object will be set true. The actual value of the HTML tag attribute will be stored in this property. This Attribute.value property gets updated automatically if the owner Element object's property value is changed. Internally the two property accessors probably refer to the same storage location.
Prev | Home | Next |
Attribute.specified | Up | Attributes object |
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. |