aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/application_context
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 19:39:35 +0100
committerGitHub <noreply@github.com>2021-11-15 19:39:35 +0100
commit6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch)
treee602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/application_context
parent34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff)
downloadtranslated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz
translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2
translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes * Fix hidden blocks / code samples * Remove span cruft * Remove <font> and <style .. font..> * Remove notranslate * Remove id other than in headings * Fix pre blocks and remove style * Fix other report one offs and remove absolute urls * Remove external classes * Fixing images url
Diffstat (limited to 'files/fr/glossary/application_context')
-rw-r--r--files/fr/glossary/application_context/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/glossary/application_context/index.html b/files/fr/glossary/application_context/index.html
index 014c40d6d0..30c79b220a 100644
--- a/files/fr/glossary/application_context/index.html
+++ b/files/fr/glossary/application_context/index.html
@@ -7,7 +7,7 @@ tags:
translation_of: Glossary/application_context
original_slug: Glossaire/application_context
---
-<p>Un <strong>contexte d'application</strong> est un <a href="https://developer.mozilla.org/fr/docs/Glossaire/Browsing_context">contexte de navigation</a> de haut niveau lié à un <a href="https://developer.mozilla.org/fr/docs/Web/Manifest">manifeste</a>.</p>
+<p>Un <strong>contexte d'application</strong> est un <a href="/fr/docs/Glossaire/Browsing_context">contexte de navigation</a> de haut niveau lié à un <a href="/fr/docs/Web/Manifest">manifeste</a>.</p>
<p>Le contexte d'application peut être créé suite à une requête à l'agent utilisateur visant à naviguer vers un lien en profondeur. Dans ce cas, l'agent utilisateur doit immédiatement naviguer vers le lien en profondeur avec l'option de remplacement (<em>replacement</em>) activée. Autrement, quand le contexte d'application est créé, l'agent utilisateur doit immédiatement naviguer vers l'URL de départ avec cette même option activée.</p>