HTMLUnknownElement.idl 217 B

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