23/01/2012

Chaque élément du HTML5 peut être éditable. Cette fonctionnalité a été introduite longtemps auparavant mais a maintenant été standarisée avec WHATWG (voir la spécification HTML actuelle). Avec des gestionnaires d'événements JavaScript, vous pouvez transformer votre page Web en un éditeur de texte, complet et rapide. Compatibilité The contenteditable attribute specifies whether the content of an element is editable or not. Note: When the contenteditable attribute is not set on an element, the element will inherit it from its parent. Astuce HTML5 : contenteditable. C'est quoi « contenteditable » ? C'est un attribut HTML, comme le « href » (dans les liens) ou le « src », « alt » dans les images. Cet attribut permet de rendre le contenu éditable par l'utilisateur. Ce n'est pas HTML5 : contenteditable L’attribut contenteditable permet d’éditer le contenu d’une zone , tout comme s’appuient des technologies bien connues depuis quelques années comme Ajax , mais de La balise

The fiddle that you posted uses the execCommand function to change the formatting of the contenteditable region. To insert an image, it uses the insertImage 

Feb 24, 2020 In HTML, any element can be editable. By using some JavaScript event handlers, you can transform your web page into a full and fast rich text  Feb 2, 2020 The contenteditable global attribute is an enumerated attribute indicating if the HTML5 The definition of 'contenteditable' in that specification. Definition and Usage. The contenteditable attribute specifies whether the content of an element is editable or not. Note: When the contenteditable attribute is not 

Feb 16, 2016 But now, using the contentEditable attribute (one of HTML5's many innovations) almost any element on the page can be used for user-supplied 

# Make a HTML element editable with contenteditable Apply the contenteditable attribute to any HTML element. Voila! You can now edit them similar to how a or