Document:designMode 屬性
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2020年7月.
document.designMode
控制整個文件是否可編輯。有效值為 "on"
和 "off"
。根據規範,此屬性預設為 "off"
。Firefox 遵循此標準。早期版本的 Chrome 和 IE 預設為 "inherit"
。從 Chrome 43 開始,預設值改為 "off"
,且不再支援 "inherit"
。在 IE6-10 中,該值為大寫。