From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/window/document/index.html | 45 ----------------------------- files/fr/web/api/window/document/index.md | 45 +++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 files/fr/web/api/window/document/index.html create mode 100644 files/fr/web/api/window/document/index.md (limited to 'files/fr/web/api/window/document') 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 ---- -
{{APIRef}}
- -

window.document renvoie une référence au document contenu dans la fenêtre.

- -

Exemple

- -
console.log(window.document.title);
-
- -

Spécifications

- - - - - - - - - - - - - - - - - - - -
SpécificationsStatutCommentaires
{{SpecName('HTML WHATWG', '#dom-document-2', 'Window.document')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'browsers.html#dom-document-0', 'Window.document')}}{{Spec2('HTML5 W3C')}}
- -

Compatibilité des navigateurs

- -

{{Compat("api.Window.document")}}

diff --git a/files/fr/web/api/window/document/index.md b/files/fr/web/api/window/document/index.md new file mode 100644 index 0000000000..70769ed0b9 --- /dev/null +++ b/files/fr/web/api/window/document/index.md @@ -0,0 +1,45 @@ +--- +title: Window.document +slug: Web/API/Window/document +tags: + - API + - HTML DOM + - Propriété + - Reference + - Window +translation_of: Web/API/Window/document +--- +
{{APIRef}}
+ +

window.document renvoie une référence au document contenu dans la fenêtre.

+ +

Exemple

+ +
console.log(window.document.title);
+
+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + +
SpécificationsStatutCommentaires
{{SpecName('HTML WHATWG', '#dom-document-2', 'Window.document')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'browsers.html#dom-document-0', 'Window.document')}}{{Spec2('HTML5 W3C')}}
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Window.document")}}

-- cgit v1.2.3-54-g00ecf