本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

contenteditable

Specifies whether or not the content of the element is editable, or if the element inherits the value of this property from its parent.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
4.0+nonono1.0+

Values

falseContent of the element is not editable.
trueContent of the element is editable.
inheritInherit the value from the parent element.

Related