--- 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écifications Statut Commentaires
{{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")}}