ladybird/Userland/Libraries/LibWeb/HTML/HTMLUnknownElement.idl
2023-03-23 13:37:40 +01:00

10 lines
217 B
Plaintext

#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/dom.html#htmlunknownelement
[Exposed=Window]
interface HTMLUnknownElement : HTMLElement {
// Note: intentionally no [HTMLConstructor]
};