Files
ladybird/Libraries/LibWeb/HTML/HTMLUnknownElement.idl
2024-11-10 12:50:45 +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]
};