From 41d41f9135eba90c4343956930c21aaa46169892 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:11:11 +0100 Subject: [PATCH] Unmark Firefox as partial for `::highlight` CSS selector Also splits up the notes, adding bug links. --- css/selectors/highlight.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/selectors/highlight.json b/css/selectors/highlight.json index a879c06905345b..04b2351879fa12 100644 --- a/css/selectors/highlight.json +++ b/css/selectors/highlight.json @@ -20,8 +20,10 @@ "edge": "mirror", "firefox": { "version_added": "140", - "partial_implementation": true, - "notes": "Cannot yet be used with `text-decoration` and `text-shadow`." + "notes": [ + "Cannot be used with `text-decoration`. See [bug 1987618](https://bugzil.la/1987618)", + "Cannot be used with `text-shadow`. See [bug 1845447](https://bugzil.la/1845447)" + ] }, "firefox_android": "mirror", "oculus": "mirror",