aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/guide/html/editable_content/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/guide/html/editable_content/index.html')
-rw-r--r--files/fr/web/guide/html/editable_content/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/web/guide/html/editable_content/index.html b/files/fr/web/guide/html/editable_content/index.html
index 01e1691ed1..e4008a54eb 100644
--- a/files/fr/web/guide/html/editable_content/index.html
+++ b/files/fr/web/guide/html/editable_content/index.html
@@ -1,7 +1,8 @@
---
title: Contenu éditable
-slug: Web/HTML/Contenu_editable
+slug: Web/Guide/HTML/Editable_content
translation_of: Web/Guide/HTML/Editable_content
+original_slug: Web/HTML/Contenu_editable
---
<h2 id="Introduction">Introduction</h2>
<p>Chaque élément du HTML5 peut être éditable. Cette fonctionnalité a été introduite longtemps auparavant mais a maintenant été standarisée avec <a class="external" href="http://www.whatwg.org/" title="http://www.whatwg.org/">WHATWG</a> (<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#contenteditable" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#contenteditable">voir la spécification HTML actuelle</a>). Avec des gestionnaires d'événements JavaScript, vous pouvez transformer votre page Web en un éditeur de texte, complet et rapide.</p>