aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlelement
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2022-01-15 09:26:37 +0100
committerGitHub <noreply@github.com>2022-01-15 09:26:37 +0100
commit0eb5adccf61b847c71a799e8c0bb0346d73f9f9d (patch)
tree883d2edb00beb72adabf205d93d2670212df4a99 /files/fr/web/api/htmlelement
parent78fadee3cb122d5843eff5e2d466473688cb9c77 (diff)
downloadtranslated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.gz
translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.bz2
translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.zip
Fixes #3389 (#3394)
* Replace asterisks mixup * 2nd pass
Diffstat (limited to 'files/fr/web/api/htmlelement')
-rw-r--r--files/fr/web/api/htmlelement/accesskey/index.md2
-rw-r--r--files/fr/web/api/htmlelement/animationiteration_event/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/htmlelement/accesskey/index.md b/files/fr/web/api/htmlelement/accesskey/index.md
index ebd9be6f3d..d73b519dbd 100644
--- a/files/fr/web/api/htmlelement/accesskey/index.md
+++ b/files/fr/web/api/htmlelement/accesskey/index.md
@@ -16,4 +16,4 @@ original_slug: Web/API/Element/accessKey
La propriété **Element.accessKey** définit la touche sur laquelle l'utilisateur doit appuyer pour accéder à l'élément.
-> **Note :** La propriété `Element.accessKey`\*\* \*\*est rarement utilisée en raison de ses multiples conflits avec des raccourcis clavier déjà présents dans les navigateurs. Pour contourner ce problème, les navigateurs appliquent le comportement attendu de "accesskey" lorsqu'une autre touche est pressée simultanément (comme <kbd>Alt</kbd> + accesskey).
+> **Note :** La propriété `Element.accessKey` est rarement utilisée en raison de ses multiples conflits avec des raccourcis clavier déjà présents dans les navigateurs. Pour contourner ce problème, les navigateurs appliquent le comportement attendu de "accesskey" lorsqu'une autre touche est pressée simultanément (comme <kbd>Alt</kbd> + accesskey).
diff --git a/files/fr/web/api/htmlelement/animationiteration_event/index.md b/files/fr/web/api/htmlelement/animationiteration_event/index.md
index 82a21ad3be..57e2eee21c 100644
--- a/files/fr/web/api/htmlelement/animationiteration_event/index.md
+++ b/files/fr/web/api/htmlelement/animationiteration_event/index.md
@@ -4,7 +4,7 @@ slug: Web/API/HTMLElement/animationiteration_event
translation_of: Web/API/HTMLElement/animationiteration_event
original_slug: Web/Events/animationiteration
---
-L'événement\*\* \*\*`animationiteration est déclenché lorsqu'une itération d'une animation se termine. Cet événement ne se produit pas pour les animations avec animation-iteration-count valant 1.`
+L'événement `animationiteration` est déclenché lorsqu'une itération d'une animation se termine. Cet événement ne se produit pas pour les animations avec animation-iteration-count valant 1.`
## informations générales