Firefox doesn't support webkit-prefixed pseudo-element selectors for parts of input type=range (::-webkit-slider-runnable-track, ::-webkit-slider-thumb)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: webcompat:platform-bug)
User Story
user-impact-score:15
Filing this as a tracking bug for issues caused by sites depending on the webkit-prefixed spellings of the pseudo-elements that make up an <input type="range"> widget:
::-webkit-slider-runnable-track
::-webkit-slider-thumb
Updated•1 year ago
|
| Reporter | ||
Updated•9 months ago
|
| Reporter | ||
Comment 2•9 months ago
|
||
As noted in dupe bug 1971220 comment 0: we previously added experimental support for these pseudos in bug 1735575, but we had to turn off that experimental support in bug 1843040. So: "just" aliasing these has been tested and is not workable for now at least, due to differences in our implementation of slider widgets. So I'm not sure if we've got a workable way forward to implement these; but we need a bug to track this platform difference vs. WebKit/Chromium-based browsers so that we can properly classify webcompat bugs that boil down to this. So, this bug is serving that role for now, and depending on the level of breakage, we can explore alternate approaches (and/or interventions) as-needed.
Updated•6 months ago
|
Updated•1 month ago
|
Updated•15 days ago
|
Description
•