Skip to content

Commit

Permalink
Tabs highlight (mdn#2816)
Browse files Browse the repository at this point in the history
* added information for update properties highlighted.

* added information for highlight method.

* Use strings

* Added the compat data for highlightInfo as it was in PR #mdn#2987
  • Loading branch information
Irene Smith authored and wbamberg committed Nov 2, 2018
1 parent fd5bc03 commit d7e7025
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion webextensions/api/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": "63"
},
"firefox_android": {
"version_added": false
Expand All @@ -1540,6 +1540,29 @@
"version_added": false
}
}
},
"highlightInfo": {
"populate": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": "63"
},
"firefox_android": {
"version_added": false
},
"opera": {
"version_added": false
}
}
}
}
}
},
"insertCSS": {
Expand Down

0 comments on commit d7e7025

Please sign in to comment.