HTMLOptGroupElement.idl 134 B

123456
  1. interface HTMLOptGroupElement : HTMLElement {
  2. [Reflect] attribute boolean disabled;
  3. [Reflect] attribute DOMString label;
  4. };