From 6772831200d14c2436aea2d0c837f40dbf12156f Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sun, 26 Sep 2021 13:11:47 +0200 Subject: Prepare Web API section for Markdown conversion (#2464) * Remove summary classes and ids * Remove unecessary hidden * Remove useless span filled with useless attributes / ids * Remove useless font * Remove notranslate * Remove id in other elements than headings * Remove name attributes * Remove
 for JS w/ language-js class

* Remove 
 for HTML w/ language-html class

* Remove 
 for other lang w/ language-* class

* Rm highlighted line in code samples

* fix links, internal, external, absolute URLs

* missing file from last commit

* Fix styles errors apart from table + some classes

* Fix notes and warnings (+ some other :x)

* fix typo during merge which broke a doc

* aand forgot a conflict

* fix remaining classes of errors except dls and images

* Fix dls

* Fix images (deki/mozillademos) and remaining style issues

* Remove script tag from svg file

* Remove script tag from svg fileS

* Compress SVG files for CI
---
 files/fr/web/api/animationevent/animationevent/index.html | 4 ++--
 files/fr/web/api/animationevent/index.html                | 2 +-
 files/fr/web/api/animationevent/pseudoelement/index.html  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'files/fr/web/api/animationevent')

diff --git a/files/fr/web/api/animationevent/animationevent/index.html b/files/fr/web/api/animationevent/animationevent/index.html
index d610f10bec..aa793738cf 100644
--- a/files/fr/web/api/animationevent/animationevent/index.html
+++ b/files/fr/web/api/animationevent/animationevent/index.html
@@ -22,11 +22,11 @@ translation_of: Web/API/AnimationEvent/AnimationEvent
  
type
Un {{domxref("DOMString")}} représentant le nom du type de AnimationEvent. Il est sensible à la casse (majuscule-minuscule) et peut être: 'animationstart', 'animationend', or 'animationiteration'.
animationName {{optional_inline}}
-
Un {{domxref("DOMString")}} contenant la valeur de  la propriété associée avec la transition.{{cssxref("animation-name")}} . Prend par défaut "".
+
Un {{domxref("DOMString")}} contenant la valeur de  la propriété associée avec la transition.{{cssxref("animation-name")}} . Prend par défaut "".
elapsedTime {{optional_inline}}
Un float donne le montant de temps d'une application qui a fonctionné, en secondes, quand l'évenenement est déclenché, excluant le temps de pause des animations. Pour un évènement "animationstart" , elapsedTime est de 0.0 jusqu'a ce qu'il y ai une valeur négative pour une valeur {{cssxref("animation-delay")}}, dans le case où l'évenement est déclenché par elapsedTime contenant (-1 *  délais). SA valeur par défaut vaut 0.0.
pseudoElement {{optional_inline}}
-
Is a {{domxref("DOMString")}}, starting with "::", containing the name of the pseudo-element the animation runs on. If the animation doesn't run on a pseudo-element but on the element itself, specify an empty string: "". It defaults to "".
+
Is a {{domxref("DOMString")}}, starting with "::", containing the name of the pseudo-element the animation runs on. If the animation doesn't run on a pseudo-element but on the element itself, specify an empty string: "". It defaults to "".

Return value

diff --git a/files/fr/web/api/animationevent/index.html b/files/fr/web/api/animationevent/index.html index 0001dcfe0d..9b24b82be1 100644 --- a/files/fr/web/api/animationevent/index.html +++ b/files/fr/web/api/animationevent/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/AnimationEvent ---

{{SeeCompatTable}}{{APIRef("Web Animations API")}}

-

L'interface AnimationEvent représentent les évènements apportant des informations sur les animations CSS.

+

L'interface AnimationEvent représentent les évènements apportant des informations sur les animations CSS.

{{InheritanceDiagram}}

diff --git a/files/fr/web/api/animationevent/pseudoelement/index.html b/files/fr/web/api/animationevent/pseudoelement/index.html index 188f2b43f0..9bee1cda03 100644 --- a/files/fr/web/api/animationevent/pseudoelement/index.html +++ b/files/fr/web/api/animationevent/pseudoelement/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/AnimationEvent/pseudoElement ---

{{SeeCompatTable}}{{ apiref("AnimationEvent") }}

-

La propriété en lecture seule AnimationEvent.pseudoElement est une {{domxref("DOMString")}}, commençant par '::', contenant le nom du pseudo-élément sur lequel tourne l'animation. Si l'animation ne tourne pas sur un pseudo-élément, mais sur un élément, c'est une chaîne de caractère vide : ''.

+

La propriété en lecture seule AnimationEvent.pseudoElement est une {{domxref("DOMString")}}, commençant par '::', contenant le nom du pseudo-élément sur lequel tourne l'animation. Si l'animation ne tourne pas sur un pseudo-élément, mais sur un élément, c'est une chaîne de caractère vide : ''.

Syntaxe

-- cgit v1.2.3-54-g00ecf