Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions css/selectors/highlight.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down