- Notifications
You must be signed in to change notification settings - Fork 22.7k
/
Copy pathindex.md
28 lines (17 loc) · 677 Bytes
/
index.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: HTMLUnknownElement
slug: Web/API/HTMLUnknownElement
page-type: web-api-interface
browser-compat: api.HTMLUnknownElement
---
{{APIRef("HTML DOM")}}
The **`HTMLUnknownElement`** interface represents an invalid HTML element and derives from the {{DOMxRef("HTMLElement")}} interface, but without implementing any additional properties or methods.
{{InheritanceDiagram}}
## Instance properties
_No specific property; inherits properties from its parent, {{DOMxRef("HTMLElement")}}._
## Instance methods
_No specific method; inherits methods from its parent, {{DOMxRef("HTMLElement")}}._
## Specifications
{{Specifications}}
## Browser compatibility
{{Compat}}