Skip to content

Commit

Permalink
Remove subfeatures of theme Web Extensions manifest property from BCD (
Browse files Browse the repository at this point in the history
…#23494)

This PR removes the unsupported subfeatures of the `theme` Web Extensions manifest property from BCD. Per the [data guidelines](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines/index.md#removal-of-irrelevant-features), this feature can be considered irrelevant and may be removed from BCD accordingly.  Fixes #22215.
  • Loading branch information
queengooborg authored Jul 2, 2024
1 parent 9852907 commit 7da5ab0
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions webextensions/manifest/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,27 +456,6 @@
}
}
},
"tab_background_separator": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "62"
},
"firefox_android": {
"version_added": false
},
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"tab_background_text": {
"__compat": {
"support": {
Expand Down Expand Up @@ -779,35 +758,6 @@
}
}
},
"toolbar_field_separator": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": [
{
"version_added": "59"
},
{
"alternative_name": "toolbar_vertical_separator",
"version_added": "58",
"version_removed": "59",
"notes": "Before version 59, the RGB array form was not supported for this property."
}
],
"firefox_android": {
"version_added": false
},
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"toolbar_field_text": {
"__compat": {
"support": {
Expand Down

0 comments on commit 7da5ab0

Please sign in to comment.