HTMLOptGroupElement Interface


The HTMLOptGroupElement interface group options together in logical subdivisions.
IDL Definition

Interface HTMLOptGroupElement : HTMLElement {

           attribute  boolean                  disabled;
           attribute  DOMString                label;
};

Semantic Requirements

  1. The disabled attribute indicates that the control is unavailable in this context.
  2. The label attribute assigns a label to this option group.

If you have comments or suggestions, email me at mbrady@nist.gov