Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:has selector support for Firefox #116

Closed
Katsute opened this issue Sep 28, 2023 · 2 comments · Fixed by #125
Closed

:has selector support for Firefox #116

Katsute opened this issue Sep 28, 2023 · 2 comments · Fixed by #125
Assignees
Labels

Comments

@Katsute
Copy link
Member

Katsute commented Sep 28, 2023

:has will be supported in Firefox 121 by default (tentative December 19)

Require extension users to use the latest version of Firefox

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#firefox_gecko_properties

"browser_specific_settings": {
  "gecko": {
    "id": "",
    "strict_min_version": "121.0" ← here
  }
}

Tracking:

@Katsute Katsute self-assigned this Sep 28, 2023
@Katsute Katsute changed the title Update :has selector warning for Firefox :has selector support for Firefox Nov 15, 2023
@Katsute

This comment has been minimized.

@kdevbot

This comment has been minimized.

@kdevbot kdevbot bot locked and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
1 participant