aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/document_environment/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-15 21:40:53 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 21:55:31 +0100
commit7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch)
tree1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/document_environment/index.html
parent6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff)
downloadtranslated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/document_environment/index.html')
-rw-r--r--files/fr/glossary/document_environment/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/fr/glossary/document_environment/index.html b/files/fr/glossary/document_environment/index.html
deleted file mode 100644
index 3a37a0a108..0000000000
--- a/files/fr/glossary/document_environment/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Environnement de document
-slug: Glossary/document_environment
-tags:
- - Document
- - Environnement
- - Glossaire
- - JavaScript
-translation_of: Glossary/document_environment
-original_slug: Glossaire/Environnement_de_document
----
-<p>Lorsque l'environnement global JavaScript est une fenêtre ou un cadre <em>iframe</em>, il s'appelle un <em>environnement de document</em>. Un environnement global est un environnement qui n'a pas d'environnement extérieur.</p>
-
-<h2 id="En_apprendre_plus">En apprendre plus</h2>
-
-<h3 id="Référence_technique">Référence technique</h3>
-
-<ul>
- <li><a href="https://html.spec.whatwg.org/multipage/webappapis.html#document-environment">document environment</a> dans la spécification HTML (en)</li>
-</ul>