aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/document/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/window/document/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/window/document/index.html')
-rw-r--r--files/fr/web/api/window/document/index.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/files/fr/web/api/window/document/index.html b/files/fr/web/api/window/document/index.html
deleted file mode 100644
index 70769ed0b9..0000000000
--- a/files/fr/web/api/window/document/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: Window.document
-slug: Web/API/Window/document
-tags:
- - API
- - HTML DOM
- - Propriété
- - Reference
- - Window
-translation_of: Web/API/Window/document
----
-<div>{{APIRef}}</div>
-
-<p><strong><code>window.document</code></strong> renvoie une référence au <a href="/en-US/docs/Web/API/document">document</a> contenu dans la fenêtre.</p>
-
-<h2 id="Exemple">Exemple</h2>
-
-<pre class="brush: js">console.log(window.document.title);
-</pre>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécifications</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaires</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#dom-document-2', 'Window.document')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'browsers.html#dom-document-0', 'Window.document')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("api.Window.document")}}</p>