What values can I choose for the attribute contenteditable.
相关问题
- Browser automatically inserts unwanted code on ent
- How to avoid removing typed text from contentedita
- javascript execCommand('delete') not delet
- Reliable cross-browser info on ContentEditable
- window.getSelection() for contenteditable div *on
相关文章
- HTML5 control
- Content-Editable in the angular js
- How to save data in model using Yii2 grid with Edi
- Cross-browser strong/em insertion using execComman
- Chrome doesn't get the selected html string wr
- How reliable is using contenteditable on a div for
- Enable CKEditor4 inline on span and other inline t
- `contenteditable = true` height issue in FireFox
There is no "inherit" value. Inherit is implied by omitting the attribute. The attribute has 3 values and 3 states. Values are empty string, true and false. States are true, false and inherit.
In there a inherit value for the contenteditable attribute?
It can contain:
true
false
inherit
Quoting:
Source: http://www.w3.org/TR/2008/WD-html5-20080610/editing.html
true, false or inherit
http://www.w3.org/TR/html5/editing.html#contenteditable