HTMLSelectElement.idl 175 B

1234567
  1. interface HTMLSelectElement : HTMLElement {
  2. [Reflect] attribute boolean disabled;
  3. [Reflect] attribute boolean multiple;
  4. [Reflect] attribute boolean required;
  5. };