HTML5'contenteditable'有效值

HEL*_*ELP 2 html5 contenteditable

我可以为属性contenteditable选择什么值.

Sar*_*raz 6

它可以包含:

  • true
  • false
  • inherit

引用:

该CONTENTEDITABLE DOM属性,在获取时,必须返回字符串" "如果内容属性被设置为真状态,虚假 "如果内容属性设置为false状态,而" 继承 ",否则,在设置时,如果新值不区分大小写,不等于字符串"inherit",那么必须删除content属性,如果新值不区分大小写,则字符串为"true",则content属性必须设置为字符串"true",如果新值不区分大小写,则字符串为"false",则必须将content属性设置为字符串"false",否则属性setter必须引发SYNTAX_ERR异常.

资料来源: http ://www.w3.org/TR/2008/WD-html5-20080610/editing.html