aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-06-19 19:59:30 +0200
committerGitHub <noreply@github.com>2021-06-19 19:59:30 +0200
commit7f6c5f534d4b1249775efe77a6372f0d068c7a5e (patch)
tree2d1558563a40a7b2a08382797593abf89a849dc5 /files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
parent4b325100c1ca81f9cb59fa6aba8667bc4363636f (diff)
downloadtranslated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.tar.gz
translated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.tar.bz2
translated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.zip
Remove bcd hidden in mozilla section for fr and some cleaning (#1253)
* Remove bcd hidden in mozilla section for fr and removed unecessary newlines and malformed docs Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html b/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
index a1931b2216..b2c8c6321a 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/menus/create/index.html
@@ -181,16 +181,10 @@ browser.menus.onClicked.addListener(function(info, tab) {
<p>{{WebExtExamples}}</p>
-
-
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.menus.create", 10)}}</p>
-
-
<div class="note"><strong>Remerciements</strong>
<p>Cette API est basée sur l'API <a href="https://developer.chrome.com/extensions/contextMenus"><code>chrome.contextMenus</code></a> de chromium. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/context_menus.json"><code>context_menus.json</code></a> dans le code Chromium.</p>