Closed
Bug 1679463
Opened 4 years ago
Closed 4 years ago
Replace :not(foo):not(bar) with :not(foo,bar) in browser/
Categories
(Firefox :: General, task, P1)
Firefox
General
Tracking
()
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1677247 +++
:not()
has supported selector lists since bug 933562, so :not(X):not(Y)
can now just be :not(X, Y)
for simplicity.
Assignee | ||
Updated•4 years ago
|
Iteration: --- → 85.1 - Nov 16 - Nov 29
Points: --- → 2
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/04bb3866f539
Replace :not(foo):not(bar) with :not(foo,bar) in browser/. r=ntim
![]() |
||
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•