aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/attributes/accept
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-07 21:04:18 +0100
committerGitHub <noreply@github.com>2021-11-07 21:04:18 +0100
commitb8411e69dbd90d499f9fe2f485c22511cf8b6505 (patch)
treec23e293c00a7a23d6e12475e26151f1af80a60e0 /files/fr/web/html/attributes/accept
parentcef2032e46332b6df4aa644e5f8edeea24909f0f (diff)
downloadtranslated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.tar.gz
translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.tar.bz2
translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.zip
Fix HTML live sample errors (#3002)
Diffstat (limited to 'files/fr/web/html/attributes/accept')
-rw-r--r--files/fr/web/html/attributes/accept/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/html/attributes/accept/index.md b/files/fr/web/html/attributes/accept/index.md
index fca3d327d7..66c18d9ef0 100644
--- a/files/fr/web/html/attributes/accept/index.md
+++ b/files/fr/web/html/attributes/accept/index.md
@@ -54,7 +54,7 @@ Lorsque cet attribut est utilisé sur un champ permettant de sélectionner un fi
</p>
```
-{{EmbedLiveSample('examples', '', 160)}}
+{{EmbedLiveSample('Exemples', '', 160)}}
Notez que le dernier exemple vous permet de sélectionner plusieurs images. Voir l'attribut [`multiple`](multiple) pour plus d'informations.
@@ -98,7 +98,7 @@ div {
Cela produit le résultat suivant :
-{{EmbedLiveSample('a_basic_example', 650, 100)}}
+{{EmbedLiveSample('Utilisation_des_champs_pour_saisir_des_fichiers', 650, 100)}}
> **Note :** Vous pouvez trouver cet exemple sur GitHub également - voir le [code source](https://github.com/mdn/learning-area/blob/master/html/forms/file-examples/simple-file.html), et aussi [le fonctionnement en direct](https://mdn.github.io/learning-area/html/forms/file-examples/simple-file.html).
@@ -138,7 +138,7 @@ div {
}
```
-{{EmbedLiveSample('limiting_accepted_file_types', 650, 100)}}
+{{EmbedLiveSample('Restreindre_les_types_de_fichier_acceptés', 650, 100)}}
## Spécifications