Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
La propriété en lecture seule HTMLElement.isContentEditable
renvoie un Boolean
à true
si le contenu de l'élément est éditable ; sinon elle renvoie false
.
Syntax
editable = element.isContentEditable
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard La définition de 'HTMLElement.contenteditable' dans cette spécification. |
Standard évolutif | No change from latest snapshot, HTML5.1 |
HTML5.1 La définition de 'HTMLElement.contenteditable' dans cette spécification. |
Version de travail | Snapshot of WHATWG HTML Living Standard, no change from HTML5 |
HTML5 La définition de 'HTMLElement.contenteditable' dans cette spécification. |
Recommendation | Snapshot of WHATWG HTML Living Standard, initial definition. |
Compatibilité des navigateurs
Fonctionnalité | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Oui) | 4.0 (2) | (Oui) | (Oui) | (Oui) |
Fonctionnalité | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Oui) | 4.0 (2) | (Oui) | (Oui) | (Oui) | (Oui) |
See also
element.contentEditable
- L'attribut global contenteditable.