From cbb9fdf8411f726a995c3dfaa6aa66418e00cb5e Mon Sep 17 00:00:00 2001 From: Calum Smith Date: Thu, 16 Apr 2026 12:40:17 -0400 Subject: [PATCH] Firefox 149 fixes bug in CSS `::highlight()` and `text-shadow` The [linked bug](https://bugzil.la/1845447) was fixed in version 149, so if the two listed bugs were the thing making the implementation "partial", that no longer applies. This supersedes mdn/browser-compat-data#28375. --- css/selectors/highlight.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/css/selectors/highlight.json b/css/selectors/highlight.json index f1fb251c13ce18..de58c4b352c551 100644 --- a/css/selectors/highlight.json +++ b/css/selectors/highlight.json @@ -18,14 +18,20 @@ }, "chrome_android": "mirror", "edge": "mirror", - "firefox": { - "version_added": "140", - "partial_implementation": true, - "notes": [ - "Cannot yet be used with `text-shadow`. See [bug 1845447](https://bugzil.la/1845447).", - "Before Firefox 146, cannot be used with `text-decoration`. See [bug 1845446](https://bugzil.la/1845446)." - ] - }, + "firefox": [ + { + "version_added": "149" + }, + { + "version_added": "140", + "version_removed": "149", + "partial_implementation": true, + "notes": [ + "Before Firefox 149, cannot be used with `text-shadow`. See [bug 1845447](https://bugzil.la/1845447).", + "Before Firefox 146, cannot be used with `text-decoration`. See [bug 1845446](https://bugzil.la/1845446)." + ] + } + ], "firefox_android": "mirror", "oculus": "mirror", "opera": "mirror",