#import // https://html.spec.whatwg.org/multipage/semantics.html#htmldialogelement [Exposed=Window] interface HTMLDialogElement : HTMLElement { [Reflect] attribute boolean open; };