diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-12-12 18:03:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 18:03:24 +0100 |
commit | a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7 (patch) | |
tree | cf1092af1fe2f51f4241794b502bbfa44905ef14 /files/fr/web | |
parent | 45dd92c19238858b6c5359fd402cbe4cc5b922ce (diff) | |
download | translated-content-a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7.tar.gz translated-content-a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7.tar.bz2 translated-content-a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7.zip |
Fix EmbedLiveSample errors (#3115)
Diffstat (limited to 'files/fr/web')
-rw-r--r-- | files/fr/web/accessibility/aria/roles/button_role/index.md | 4 | ||||
-rw-r--r-- | files/fr/web/web_components/using_templates_and_slots/index.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/accessibility/aria/roles/button_role/index.md b/files/fr/web/accessibility/aria/roles/button_role/index.md index 39b311fdb0..6a25a27938 100644 --- a/files/fr/web/accessibility/aria/roles/button_role/index.md +++ b/files/fr/web/accessibility/aria/roles/button_role/index.md @@ -168,7 +168,7 @@ function handleCommand(event) { } ``` -{{EmbedLiveSample("basic_button_example")}} +{{EmbedLiveSample("Exemple_de_bouton_simple")}} ### Exemple d'interrupteur @@ -242,7 +242,7 @@ function toggleButton(element) { #### Résultat -{{EmbedLiveSample('toggle_button_example')}} +{{EmbedLiveSample('Exemple_d\'interrupteur')}} ## Accessibilité diff --git a/files/fr/web/web_components/using_templates_and_slots/index.md b/files/fr/web/web_components/using_templates_and_slots/index.md index 0301ce8fa9..22917977ac 100644 --- a/files/fr/web/web_components/using_templates_and_slots/index.md +++ b/files/fr/web/web_components/using_templates_and_slots/index.md @@ -240,7 +240,7 @@ body { margin-top: 47px } Assemblons l'ensemble des fragments pour voir le résultat final. -{{ EmbedLiveSample('exemple_complet', '300','400','element-details.png','') }} +{{ EmbedLiveSample('Un_exemple_plus_complexe', '300','400','element-details.png','') }} Quelques notes à propos du résultat affiché : |