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/element/input/range/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/fr/web/html/element/input') diff --git a/files/fr/web/html/element/input/range/index.md b/files/fr/web/html/element/input/range/index.md index 8c12a7a150..eb985953b5 100644 --- a/files/fr/web/html/element/input/range/index.md +++ b/files/fr/web/html/element/input/range/index.md @@ -230,7 +230,7 @@ Par exemple : ``` -{{EmbedLiveSample("horizontal", 200, 200, "orientation_sample1.png")}} +{{EmbedLiveSample("Horizontal", 200, 200, "orientation_sample1.png")}} Le contrôle est ici horizontal, pour le rendre vertical, on pourra utiliser un peu de CSS afin de le rendre plus haut que large : @@ -253,7 +253,7 @@ Le contrôle est ici horizontal, pour le rendre vertical, on pourra utiliser un ##### Résultat -{{EmbedLiveSample("vertical", 200, 200, "orientation_sample2.png")}} +{{EmbedLiveSample("Vertical", 200, 200, "orientation_sample2.png")}} **Currently, no major browsers support creating vertical range inputs using CSS this way, even though it's the way the specification recommends they do it.** -- cgit v1.2.3-54-g00ecf