<contenteditable>
The
contenteditable
attribute is an
enumerated attribute whose keywords are the empty string,
true
, and
false
. The empty string and the
true
keyword map to the
true state. The
false
keyword maps to the
false state. In addition, there is a third state, the
inherit state, which is the
missing value default (and the
invalid value default).