Closed
Bug 1035410
Opened 11 years ago
Closed 10 years ago
::-moz-range-track undocumented feature
Categories
(Developer Documentation Graveyard :: CSS, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: crosbow, Assigned: mozilla)
References
Details
:: Developer Documentation Request
Request Type: New Documentation
Gecko Version: unspecified
Technical Contact:
:: Details
the CSS selector ::-moz-range-track is not documented in the MDN.
Assignee | ||
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•10 years ago
|
||
Here's a minimal stub based solely on ::-ms-track and a CSS-Tricks article on <input type="range">:
https://developer.mozilla.org/en-US/docs/Web/CSS/%3A%3A-moz-range-track
Assignee | ||
Comment 2•10 years ago
|
||
Similarly, here are stubs for the other also-previously-undocumented -moz pseudo-elements of <input type="range">:
* https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-range-thumb
* https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-range-progress
Comment 3•10 years ago
|
||
We have bug 1035413 for ::-moz-range-thumb and I have created bug 1230481 for ::-moz-range-progress.
I've added a basic example in ::-moz-range-track, so I'm calling this one done.
Thanks a lot of Chris.
(I think I will create a meta bug for all these <input>-related non-standard CSS (we need to document all of them, Gecko-specific, MS-specific, Webkit/Blink-specific ones)
Assignee: jypenator → mozilla
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Jean-Yves Perrier [:teoli] from comment #3)
> (I think I will create a meta bug for all these <input>-related non-standard
> CSS (we need to document all of them, Gecko-specific, MS-specific,
> Webkit/Blink-specific ones)
Went ahead and filed bug 1230720 for ya.
You need to log in
before you can comment on or make changes to this bug.
Description
•