From b8411e69dbd90d499f9fe2f485c22511cf8b6505 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sun, 7 Nov 2021 21:04:18 +0100 Subject: Fix HTML live sample errors (#3002) --- files/fr/web/html/attributes/accept/index.md | 6 +++--- files/fr/web/html/attributes/capture/index.md | 2 +- files/fr/web/html/attributes/disabled/index.md | 6 +++--- files/fr/web/html/attributes/maxlength/index.md | 2 +- files/fr/web/html/attributes/min/index.md | 4 ++-- files/fr/web/html/attributes/minlength/index.md | 2 +- files/fr/web/html/attributes/multiple/index.md | 6 +++--- files/fr/web/html/attributes/pattern/index.md | 4 ++-- files/fr/web/html/attributes/readonly/index.md | 6 +++--- files/fr/web/html/attributes/required/index.md | 4 ++-- files/fr/web/html/attributes/size/index.md | 2 +- files/fr/web/html/attributes/step/index.md | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) (limited to 'files/fr/web/html/attributes') 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

``` -{{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 diff --git a/files/fr/web/html/attributes/capture/index.md b/files/fr/web/html/attributes/capture/index.md index 887afc93fd..d726e7cdb4 100644 --- a/files/fr/web/html/attributes/capture/index.md +++ b/files/fr/web/html/attributes/capture/index.md @@ -42,7 +42,7 @@ Lorsqu'ils sont définis sur un type d'entrée de fichier, les systèmes d'explo

``` -{{EmbedLiveSample('examples', '', 200)}} +{{EmbedLiveSample('Exemples', '', 200)}} Notez que ceux-ci fonctionnent mieux sur les appareils mobiles ; si votre appareil est un ordinateur de bureau, vous obtiendrez probablement un sélecteur de fichiers classique. diff --git a/files/fr/web/html/attributes/disabled/index.md b/files/fr/web/html/attributes/disabled/index.md index 9ce0368c12..b234a0f8a9 100644 --- a/files/fr/web/html/attributes/disabled/index.md +++ b/files/fr/web/html/attributes/disabled/index.md @@ -17,7 +17,7 @@ L'attribut `disabled` est utilisé par [`