HTMLOptGroupElement.idl 91 B

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