Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
kiling and yin1999 authored Oct 30, 2023
1 parent d26b9dc commit e735f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slug: Web/HTML/Global_attributes/contenteditable

- `true`*空字符串*,表示元素是可编辑的。
- `false` 表示元素不是可编辑的。
- `plaintext-only` 表示元素是可编辑的,但是只接受纯文本数据
- `plaintext-only` 表示元素的原始文本是可编辑的,但富文本格式会被禁用

如果没有设置该属性的值(例如:`<label contenteditable>Example Label</label>`),则其值被视为空字符串。

Expand Down

0 comments on commit e735f8a

Please sign in to comment.