HTMLDialogElement.idl 87 B

12345
  1. interface HTMLDialogElement : HTMLElement {
  2. [Reflect] attribute boolean open;
  3. };