Newer
Older
minerva / Userland / Libraries / LibWeb / HTML / HTMLDocument.idl
@minerva minerva on 13 Jul 131 bytes Initial commit
#import <DOM/Document.idl>

// https://html.spec.whatwg.org/#htmldocument
[Exposed=Window]
interface HTMLDocument : Document {
};