HTMLButtonElement.idl 89 B

12345
  1. interface HTMLButtonElement : HTMLElement {
  2. [Reflect] attribute DOMString value;
  3. }