aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/element/input
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/element/input
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/element/input')
-rw-r--r--files/fr/web/html/element/input/range/index.md4
1 files changed, 2 insertions, 2 deletions
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 :
<input type="range" id="volume" min="0" max="11" value="7" step="1">
```
-{{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.**