aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlformelement/reset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/htmlformelement/reset/index.html')
-rw-r--r--files/fr/web/api/htmlformelement/reset/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/htmlformelement/reset/index.html b/files/fr/web/api/htmlformelement/reset/index.html
index 7ed17f275f..6d43514959 100644
--- a/files/fr/web/api/htmlformelement/reset/index.html
+++ b/files/fr/web/api/htmlformelement/reset/index.html
@@ -15,14 +15,14 @@ translation_of: Web/API/HTMLFormElement/reset
<p>Si un élément du formulaire (comme un bouton reset par exemple) a un <code>name</code> ou <code>id</code> valant <var>reset</var>, celui-ci remplacera la méthode reset du formulaire. Les attributs des éléments, comme <code>disabled</code>, ne sont pas réinitialisés.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
<pre class="eval"><em>HTMLFormElement</em>.reset()
</pre>
-<h2 id="Example" name="Example">Exemple</h2>
+<h2 id="Example">Exemple</h2>
<pre class="eval">document.getElementById("myform").reset();
</pre>
-<h2 id="Specification" name="Specification">Spécification</h2>
+<h2 id="Specification">Spécification</h2>