Specifies whether or not the content of the element is editable, or if the element inherits the value of this property from its parent.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | 4.0+ | no | no | no | 1.0+ |
---|
Values
false | Content of the element is not editable. |
true | Content of the element is editable. |
inherit | Inherit the value from the parent element. |