diff --git a/files/en-us/mozilla/add-ons/webextensions/api/omnibox/ondeletesuggestion/index.md b/files/en-us/mozilla/add-ons/webextensions/api/omnibox/ondeletesuggestion/index.md index 6c22fd866ddbe7b..dcefd3d7eda221b 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/omnibox/ondeletesuggestion/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/omnibox/ondeletesuggestion/index.md @@ -8,7 +8,7 @@ browser-compat: webextensions.api.omnibox.onDeleteSuggestion {{AddonSidebar}} Fired whenever the user deletes a suggestion. -A suggestion can be deleted when {{WebExtAPIRef("omnibox.SuggestResult","SuggestResult")}}`.deletable` is set to true. +A suggestion can be deleted when the property `deletable` of a {{WebExtAPIRef("omnibox.SuggestResult","SuggestResult")}} is set to true. ## Syntax @@ -54,5 +54,3 @@ browser.omnibox.onDeleteSuggestion.addListener(logDeletedSuggestion); > [!NOTE] > This API is based on Chromium's [`chrome.omnibox`](https://developer.chrome.com/docs/extensions/reference/api/omnibox) API. -> -> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License. diff --git a/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md b/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md index aa951383c114954..4cc47005c00baa3 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md @@ -52,6 +52,3 @@ gettingInfo.then(gotBrowserInfo); ## Browser compatibility {{Compat}} - -> [!NOTE] -> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License. diff --git a/files/en-us/mozilla/add-ons/webextensions/api/runtime/getframeid/index.md b/files/en-us/mozilla/add-ons/webextensions/api/runtime/getframeid/index.md index b87bd3a538ff0c4..e2ad495a9dc6cab 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/runtime/getframeid/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/runtime/getframeid/index.md @@ -57,6 +57,3 @@ visit(window); ## Browser compatibility {{Compat}} - -> [!NOTE] -> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License. diff --git a/files/en-us/mozilla/add-ons/webextensions/browser_support_for_javascript_apis/index.md b/files/en-us/mozilla/add-ons/webextensions/browser_support_for_javascript_apis/index.md index a4e1e1a586ddf3d..94558a98729e656 100644 --- a/files/en-us/mozilla/add-ons/webextensions/browser_support_for_javascript_apis/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/browser_support_for_javascript_apis/index.md @@ -8,9 +8,6 @@ page-type: guide {{WebExtAllCompatTables}} -> [!NOTE] -> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License. - ## See also - [Browser compatibility for manifest.json](/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_compatibility_for_manifest.json)