The HTMLElement.isContentEditable read-only property returns a Boolean that is true if the contents of the element are editable; otherwise it returns false.
The HTMLElement.style property returns a CSSStyleDeclaration object that represents only the element's inlinestyle attribute, ignoring any applied style rules. See the CSS Properties Reference for a list of the CSS properties accessible via style.