CONTENTEDITABLE
The contenteditable attribute is an enumerated attribute whose keywords are the empty string, true, and false.
Child elements without the attribute inherit from the parent element.
SYNTAX
contenteditable="value"
VALUE | DESCRIPTION |
---|---|
empty | editable |
false | not editable |
true | editable |