]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention that Edge Legacy also supports 'filling' their track
authorChristian Oliff <christianoliff@pm.me>
Tue, 4 Aug 2020 09:38:53 +0000 (18:38 +0900)
committerMark Otto <otto@github.com>
Tue, 18 Aug 2020 00:00:04 +0000 (17:00 -0700)
Edge Legacy support filling their track by default.

Example: https://codepen.io/coliff/pen/VwaZgVZ

site/content/docs/5.0/forms/range.md

index f229908b01ef1a8fb8365a046fbb9812aa110ec5..d1ca869bf89f54a6a50c257c7b3206db059f8c9c 100644 (file)
@@ -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>