aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2020-08-04 18:38:53 +0900
committerMark Otto <[email protected]>2020-08-17 17:00:04 -0700
commited9c481ef4b018f77ebc5108071f2e92e6e8ea1a (patch)
treee3e576c29068194eded13bc4d82171cc2f14e2df
parentd0a87ef784be3ddce62968a4a1766418446e8852 (diff)
downloadbootstrap-ed9c481ef4b018f77ebc5108071f2e92e6e8ea1a.tar.xz
bootstrap-ed9c481ef4b018f77ebc5108071f2e92e6e8ea1a.zip
Mention that Edge Legacy also supports 'filling' their track
Edge Legacy support filling their track by default. Example: https://codepen.io/coliff/pen/VwaZgVZ
-rw-r--r--site/content/docs/5.0/forms/range.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/forms/range.md b/site/content/docs/5.0/forms/range.md
index f229908b0..d1ca869bf 100644
--- a/site/content/docs/5.0/forms/range.md
+++ b/site/content/docs/5.0/forms/range.md
@@ -8,7 +8,7 @@ toc: true
## Overview
-Create custom `<input type="range">` controls with `.form-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Firefox supports "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it.
+Create custom `<input type="range">` controls with `.form-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Edge Legacy and Firefox supports "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it.
{{< example >}}
<label for="customRange1" class="form-label">Example range</label>