From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../fr/web/api/globaleventhandlers/onscroll/index.html | 17 ----------------- files/fr/web/api/globaleventhandlers/onscroll/index.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 files/fr/web/api/globaleventhandlers/onscroll/index.html create mode 100644 files/fr/web/api/globaleventhandlers/onscroll/index.md (limited to 'files/fr/web/api/globaleventhandlers/onscroll') diff --git a/files/fr/web/api/globaleventhandlers/onscroll/index.html b/files/fr/web/api/globaleventhandlers/onscroll/index.html deleted file mode 100644 index 7ae7447408..0000000000 --- a/files/fr/web/api/globaleventhandlers/onscroll/index.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: element.onscroll -slug: Web/API/GlobalEventHandlers/onscroll -tags: - - Référence_du_DOM_Gecko -translation_of: Web/API/GlobalEventHandlers/onscroll ---- -

{{ ApiRef() }}

-

Résumé

-

La propriété onscroll renvoie le gestionnaire d'évènement scroll pour l'élément courant.

-

Syntaxe

-
code de gestion d'évènement = element.onscroll;
-
-

Notes

-

L'évènement scroll se déclenche lorsque l'utilisateur fait défiler le contenu d'un élément.

-

Spécification

-

DOM Level 0. Ne fait partie d'aucune spécification.

\ No newline at end of file diff --git a/files/fr/web/api/globaleventhandlers/onscroll/index.md b/files/fr/web/api/globaleventhandlers/onscroll/index.md new file mode 100644 index 0000000000..7ae7447408 --- /dev/null +++ b/files/fr/web/api/globaleventhandlers/onscroll/index.md @@ -0,0 +1,17 @@ +--- +title: element.onscroll +slug: Web/API/GlobalEventHandlers/onscroll +tags: + - Référence_du_DOM_Gecko +translation_of: Web/API/GlobalEventHandlers/onscroll +--- +

{{ ApiRef() }}

+

Résumé

+

La propriété onscroll renvoie le gestionnaire d'évènement scroll pour l'élément courant.

+

Syntaxe

+
code de gestion d'évènement = element.onscroll;
+
+

Notes

+

L'évènement scroll se déclenche lorsque l'utilisateur fait défiler le contenu d'un élément.

+

Spécification

+

DOM Level 0. Ne fait partie d'aucune spécification.

\ No newline at end of file -- cgit v1.2.3-54-g00ecf