Closed
Bug 1350147
Opened 6 years ago
Closed 6 years ago
Consider removing the -moz-bound-element pseudo-class.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
3.61 KB,
patch
|
xidorn
:
review+
|
Details | Diff | Splinter Review |
I was going through pseudo-classes for bug 1350140, and leaving comments with the missing ones, when I saw the :-moz-bound-element pseudo-class. This is somewhat tricky to implement in Stylo (doable still, I guess), but it seems completely unused, both in mozilla-central and in the addons code. We should consider removing support for it.
Assignee | ||
Comment 1•6 years ago
|
||
Not sure if I should ask for review... Should I send an intent-to-unship or something?
Comment 2•6 years ago
|
||
Since this is something exposed to web content, we probably should have an intend to unship.
Assignee | ||
Comment 3•6 years ago
|
||
Comment on attachment 8850793 [details] [diff] [review] patch I posted https://groups.google.com/forum/#!topic/mozilla.dev.platform/1iUnJuxB1Ak
Attachment #8850793 -
Flags: review?(xidorn+moz)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → emilio+bugs
Comment 4•6 years ago
|
||
So this was added in bug 71261 (quite old, hmmm) Given it is not used anywhere, I think it's okay to remove.
Updated•6 years ago
|
Attachment #8850793 -
Flags: review?(xidorn+moz) → review+
Pushed by ecoal95@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/1a2765fbc74e Remove -moz-bound-element pseudo-class. r=xidorn
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1a2765fbc74e
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 7•6 years ago
|
||
I'd like to document it's removal at https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-bound-element, though first need to create that page. Jean-Yves, do you believe it's worth the effort or should we rather remove references to it from MDN? Emilio, what was the pseudo-class actually meant for? Sebastian
Comment 8•6 years ago
|
||
If it wasn't documented already, it seems better to just leave it undocumented.
Assignee | ||
Comment 9•6 years ago
|
||
Right, I agree with David. I haven't seen any reference in MDN apart from the one at https://developer.mozilla.org/en-US/docs/Web/CSS/Mozilla_Extensions#Pseudo-elements_and_pseudo-classes.
Flags: needinfo?(emilio+bugs)
Comment 10•6 years ago
|
||
Ok, I've removed it from the reference page. Sebastian
Flags: needinfo?(jypenator)
Comment 11•6 years ago
|
||
For completeness I've mentioned its removal in the 55 developer release notes: https://developer.mozilla.org/en-US/Firefox/Releases/55#CSS Sebastian
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•