aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/globaleventhandlers/ondblclick/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/ondblclick/index.html')
-rw-r--r--files/fr/web/api/globaleventhandlers/ondblclick/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/api/globaleventhandlers/ondblclick/index.html b/files/fr/web/api/globaleventhandlers/ondblclick/index.html
index 005a6e7264..a12610afcf 100644
--- a/files/fr/web/api/globaleventhandlers/ondblclick/index.html
+++ b/files/fr/web/api/globaleventhandlers/ondblclick/index.html
@@ -8,9 +8,9 @@ tags:
translation_of: Web/API/GlobalEventHandlers/ondblclick
---
<p>{{ ApiRef() }}</p>
-<h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3>
+<h3 id="R.C3.A9sum.C3.A9">Résumé</h3>
<p>La propriété <b>ondblclick</b> renvoie le gestionnaire d'évènement <code>dblclick</code> de l'élément courant.</p>
-<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3>
+<h3 id="Syntaxe">Syntaxe</h3>
<pre class="eval">element.ondblclick = nomDeFonction;
</pre>
<ul>
@@ -18,7 +18,7 @@ translation_of: Web/API/GlobalEventHandlers/ondblclick
</ul>
<pre class="eval">element.ondblclick = function() { alert("Évènement dblclick détecté"); };
</pre>
-<h3 id="Exemple" name="Exemple">Exemple</h3>
+<h3 id="Exemple">Exemple</h3>
<pre>&lt;html&gt;
&lt;head&gt;
@@ -53,8 +53,8 @@ border: solid blue 2px;
&lt;/body&gt;
&lt;/html&gt;
</pre>
-<h3 id="Notes" name="Notes">Notes</h3>
+<h3 id="Notes">Notes</h3>
<p>L'évènement <code>dblclick</code> est déclenché lorsque l'utilisateur double-clique sur un élément.</p>
-<h3 id="Sp.C3.A9cification" name="Sp.C3.A9cification">Spécification</h3>
+<h3 id="Sp.C3.A9cification">Spécification</h3>
<p>{{ DOM0() }}</p>
<p>{{ languages( { "en": "en/DOM/element.ondblclick" } ) }}</p>