HTMLOptGroupElement Interface
The HTMLOptGroupElement interface group options together in logical subdivisions.
IDL Definition
Interface HTMLOptGroupElement : HTMLElement {
attribute boolean disabled;
attribute DOMString label;
};
Semantic Requirements
- The disabled attribute indicates that the control is unavailable in this context.
- The label attribute assigns a label to this option group.
If you have comments or suggestions, email me at mbrady@nist.gov