WebIDLpedia

HTMLOptGroupElement interface

Definition

HTML Standard defines HTMLOptGroupElement



[Exposed=Window]
interface HTMLOptGroupElement : HTMLElement {
  [HTMLConstructor] constructor();

  [CEReactions] attribute boolean disabled;
  [CEReactions] attribute DOMString label;
};

Methods and attributes that return objects implementing HTMLOptGroupElement

Referring IDL interfaces/dictionaries