- Notifications
You must be signed in to change notification settings - Fork 22.7k
/
Copy pathindex.md
18 lines (12 loc) · 566 Bytes
/
index.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: HTMLDocument
slug: Web/API/HTMLDocument
page-type: web-api-interface
browser-compat: api.HTMLDocument
---
{{APIRef("HTML DOM")}}
For historical reasons, {{domxref("Window")}} objects have a `window.HTMLDocument` property whose value is the {{DOMxRef("Document")}} interface. So you can think of `HTMLDocument` as an alias for {{DOMxRef("Document")}}, and you can find documentation for `HTMLDocument` members under the documentation for the {{DOMxRef("Document")}} interface.
## Specifications
{{Specifications}}
## Browser compatibility
{{Compat}}