aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/match_patterns
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 19:39:07 +0100
committerGitHub <noreply@github.com>2021-11-15 19:39:07 +0100
commit34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (patch)
tree21f671201b06ff6b0e507de867950b71fe1fddaf /files/fr/mozilla/add-ons/webextensions/match_patterns
parent3886d96643d8b7cc626f1dda0e11981ac85def86 (diff)
downloadtranslated-content-34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9.tar.gz
translated-content-34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9.tar.bz2
translated-content-34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9.zip
Prepare Mozilla section for Markdown conversion (#2980)
* Remove summary * Remove hidden except for copyright notice * Remove spans * Remove font * Remove notranslate * Remove extra id, deleting an untranslated page doing so * Fix links, absolute links, rm internal, titles * Remove external classes * fix headings with name attr * fix some styles and classes * remove useless class reference-values * rm styles in links * Fix code blocks in pre * Remove ltr classes * remove fullwidth-table * Fix various conversion errors and some one offs * Remove nested code/pre/code * Fix notes * Fix warnings * fix dls * fix nested issues in dls * fix images
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/match_patterns')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/match_patterns/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/match_patterns/index.html b/files/fr/mozilla/add-ons/webextensions/match_patterns/index.html
index bc3c9369ae..682f842662 100644
--- a/files/fr/mozilla/add-ons/webextensions/match_patterns/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/match_patterns/index.html
@@ -16,7 +16,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/Match_patterns
<h2 id="Structure_du_modèle_de_correspondance">Structure du modèle de correspondance</h2>
<div class="note">
-<p><strong>Note:</strong> Certains navigateurs ne prennent pas en charge certains schémas.<br>
+<p><strong>Note :</strong> Certains navigateurs ne prennent pas en charge certains schémas.<br>
Consultez le <a href="#Browser_compatibility">tableau de compatibilité du navigateur</a> pour plus de détails.</p>
</div>
@@ -28,7 +28,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/Match_patterns
<p>Le composant du <em>schéma</em> peut prendre l’une des deux formes suivantes :</p>
-<table class="fullwidth-table standard-table">
+<table class="standard-table">
<thead>
<tr>
<th scope="col" style="width: 50%;">Valeur</th>
@@ -38,7 +38,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/Match_patterns
<tbody>
<tr>
<td><code>*</code></td>
- <td>Seulement "http" et "https" et dans certains navigateurs <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API">"ws" et "wss"</a> aussi.</td>
+ <td>Seulement "http" et "https" et dans certains navigateurs <a href="/fr/docs/Web/API/WebSockets_API">"ws" et "wss"</a> aussi.</td>
</tr>
<tr>
<td>Une parmi <code>http</code>, <code>https</code>, <code>ws</code>, <code>wss</code>, <code>ftp</code>, <code>ftps</code>, <code>data</code> ou <code>file</code>.</td>
@@ -51,7 +51,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/Match_patterns
<p>Le composant <em>hôte</em> peut prendre l'une des trois formes suivantes :</p>
-<table class="fullwidth-table standard-table">
+<table class="standard-table">
<thead>
<tr>
<th scope="col" style="width: 50%;">Valeur</th>
@@ -92,8 +92,8 @@ translation_of: Mozilla/Add-ons/WebExtensions/Match_patterns
<p>Ni l'<a href="https://en.wikipedia.org/wiki/Fragment_identifier">identificateur de fragment d'URL</a>, ni le <code>#</code> qui le précède, ne sont considérés comme faisant partie du <em>chemin</em>.</p>
-<div class="blockIndicator note">
-<p><strong>Note</strong>: La chaîne de modèle de chemin d'accès ne doit pas inclure de numéro de port. Ajout d'un port, comme dans : <em>"http://localhost:1234/*" </em>fait que le motif de match est ignoré. Cependant, "<em>http://localhost:1234</em>" correspondra avec "<em>http://localhost/*</em>"</p>
+<div class="note">
+<p><strong>Note :</strong> La chaîne de modèle de chemin d'accès ne doit pas inclure de numéro de port. Ajout d'un port, comme dans : <em>"http://localhost:1234/*" </em>fait que le motif de match est ignoré. Cependant, "<em>http://localhost:1234</em>" correspondra avec "<em>http://localhost/*</em>"</p>
</div>
<h3 id="&lt;all_urls>">&lt;all_urls&gt;</h3>
@@ -102,7 +102,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/Match_patterns
<h2 id="Exemples">Exemples</h2>
-<table class="fullwidth-table standard-table">
+<table class="standard-table">
<thead>
<tr>
<th scope="col" style="width: 33%;">Modèle</th>
@@ -384,7 +384,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/Match_patterns
<h3 id="Modèles_de_correspondance_invalides">Modèles de correspondance invalides</h3>
-<table class="fullwidth-table standard-table">
+<table class="standard-table">
<thead>
<tr>
<th scope="col">Modèle invalide</th>