HTMLOptGroupElement.idl 166 B

12345678
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLOptGroupElement : HTMLElement {
  3. [Reflect] attribute boolean disabled;
  4. [Reflect] attribute DOMString label;
  5. };