Closed Bug 1679463 Opened 3 years ago Closed 3 years ago

Replace :not(foo):not(bar) with :not(foo,bar) in browser/

Categories

(Firefox :: General, task, P1)

task
Points:
2

Tracking

()

RESOLVED FIXED
85 Branch
Iteration:
85.1 - Nov 16 - Nov 29
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.

https://searchfox.org/mozilla-central/search?q=%3Anot%5C%28%5B%5E+%5D*%3Anot%5C%28&path=browser%2F&case=true&regexp=true

Iteration: --- → 85.1 - Nov 16 - Nov 29
Points: --- → 2
Blocks: 1679452
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
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: