aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/globaleventhandlers/onscroll/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onscroll/index.html')
-rw-r--r--files/fr/web/api/globaleventhandlers/onscroll/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/web/api/globaleventhandlers/onscroll/index.html b/files/fr/web/api/globaleventhandlers/onscroll/index.html
index 5afe8002a1..a8e1f6bbd2 100644
--- a/files/fr/web/api/globaleventhandlers/onscroll/index.html
+++ b/files/fr/web/api/globaleventhandlers/onscroll/index.html
@@ -6,13 +6,13 @@ tags:
translation_of: Web/API/GlobalEventHandlers/onscroll
---
<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>onscroll</b> renvoie le gestionnaire d'évènement <code>scroll</code> pour l'élément courant.</p>
-<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3>
+<h3 id="Syntaxe">Syntaxe</h3>
<pre class="eval"><i>code de gestion d'évènement</i> = element.onscroll;
</pre>
-<h3 id="Notes" name="Notes">Notes</h3>
+<h3 id="Notes">Notes</h3>
<p>L'évènement <code>scroll</code> se déclenche lorsque l'utilisateur fait défiler le contenu d'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>DOM Level 0. Ne fait partie d'aucune spécification.</p>
<p>{{ languages( { "en": "en/DOM/element.onscroll" } ) }}</p>