diff options
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é : |