Specifies if a user can change the contents of the element.
Platform Support
| IE | Netscape | Mozilla | Opera | Safari | no | 6.0+ | no | no | no |
|---|
Values
| inherit | Inherit the value from the parent element. |
| read-only | Element contents are read-only. |
| read-write | Element contents are read-write. |
| write-only | Element contents are write-only. (e.g. Password field) |
Remarks
Proprietary Mozilla property.
