HTMLElement.contentEditable
Baseline
Widely available
*
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015년 7월.
{"* "}Some parts of this feature may have varying levels of support.
HTMLElement
요소의 contenteditable
속성은 요소의 편집 가능 여부를 나타냅니다. 열거형 속성으로, 다음 중 하나의 값을 가질 수 있습니다.
'true'
는 요소가contenteditable
임을 의미합니다.'false'
는 요소를 편집할 수 없음을 의미합니다.'inherit'
은 요소가 부모의 편집 가능 여부를 상속함을 의미합니다.
HTMLElement.isContentEditable
속성으로 이 속성의 Boolean
계산값을 얻을 수 있습니다.