Skip to content

Commit 3ec9ad3

Browse files
authored
Firefox 149 fixes bug in CSS ::highlight() and text-shadow (#29498)
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 #28375.
1 parent cf5e164 commit 3ec9ad3

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

css/selectors/highlight.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,20 @@
1818
},
1919
"chrome_android": "mirror",
2020
"edge": "mirror",
21-
"firefox": {
22-
"version_added": "140",
23-
"partial_implementation": true,
24-
"notes": [
25-
"Cannot yet be used with `text-shadow`. See [bug 1845447](https://bugzil.la/1845447).",
26-
"Before Firefox 146, cannot be used with `text-decoration`. See [bug 1845446](https://bugzil.la/1845446)."
27-
]
28-
},
21+
"firefox": [
22+
{
23+
"version_added": "149"
24+
},
25+
{
26+
"version_added": "140",
27+
"version_removed": "149",
28+
"partial_implementation": true,
29+
"notes": [
30+
"Before Firefox 149, cannot be used with `text-shadow`. See [bug 1845447](https://bugzil.la/1845447).",
31+
"Before Firefox 146, cannot be used with `text-decoration`. See [bug 1845446](https://bugzil.la/1845446)."
32+
]
33+
}
34+
],
2935
"firefox_android": "mirror",
3036
"oculus": "mirror",
3137
"opera": "mirror",

0 commit comments

Comments
 (0)