From da412bbfa23b6e02dc33331891c6d4aee2bb7242 Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:47:30 -0500 Subject: Markdown fixes part 1 (fr/web/a*) (#4316) * Fix MD038, no spaces inside code span elements * Fix MD037, no spaces inside emphasis markers * Fix MD039, no spaces inside link text * Missed link text fix in API file * Various typo fixes --- files/fr/web/api/animation/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/fr/web/api/animation') diff --git a/files/fr/web/api/animation/index.md b/files/fr/web/api/animation/index.md index d8e34a9cdb..088664a7c9 100644 --- a/files/fr/web/api/animation/index.md +++ b/files/fr/web/api/animation/index.md @@ -31,7 +31,7 @@ L'interface **`Animation`** de [l'API Web Animations](/en-US/docs/Web/API/Web_An - {{domxref("Animation.effect")}} - : Récupère et défini le {{domxref("KeyframeEffect")}} associé à cette animation. - {{domxref("Animation.finished")}} {{readOnlyInline}} - - : Retourne la `Promise `terminée en cours pour cette animation. + - : Retourne la `Promise` terminée en cours pour cette animation. @@ -48,7 +48,7 @@ L'interface **`Animation`** de [l'API Web Animations](/en-US/docs/Web/API/Web_An - {{domxref("Animation.ready")}} {{readOnlyInline}} - - : Retourne la `Promise `prête en cours pour l'animation. + - : Retourne la `Promise` prête en cours pour l'animation. @@ -63,9 +63,9 @@ L'interface **`Animation`** de [l'API Web Animations](/en-US/docs/Web/API/Web_An ### Gestionnaire d'événements - {{domxref("Animation.oncancel")}} - - : Retourne et défini le gestionnaire d'événement pour l'événement `cancel `(annuler). + - : Retourne et définit le gestionnaire d'évènement pour l'évènement `cancel` (annuler). - {{domxref("Animation.onfinish")}} - - : Retourne et défini le gestionnaire d'événement pour l'événement `finish` (terminer). + - : Retourne et définit le gestionnaire d'évènement pour l'évènement `finish` (terminer). ## Méthodes -- cgit v1.2.3-54-g00ecf