概述
HTMLElement.isContentEditable
只读属性返回一个布尔值
:如果当前元素的内容为可编辑状态,则返回 true
,否则返回 false
。
语法
editable = element.isContentEditable
规范
规范版本 | 规范状态 | 备注 |
---|---|---|
WHATWG HTML Living Standard HTMLElement.contenteditable |
Living Standard | No change from latest snapshot, HTML5.1 |
HTML5.1 HTMLElement.contenteditable |
Working Draft | Snapshot of WHATWG HTML Living Standard, no change from HTML5 |
HTML5 HTMLElement.contenteditable |
Recommendation | Snapshot of WHATWG HTML Living Standard, initial definition. |
浏览器兼容性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | 4.0 (2) | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | 4.0 (2) | (Yes) | (Yes) | (Yes) | (Yes) |
相关链接