value: DOMString
This attribute provides a simple way to set and retreive the
Attr
object's text value. When
used to get the text value, the attribute includes the expanded
value of any general entity references. When used to set the
value, it creates a child Text node that contains the string
value. Attempting to set the value on a read-only node raises the
NO_MODIFICATION_ALLOWED_ERR DOM exception.