1 2 3 4 5 6
interface HTMLOptGroupElement : HTMLElement { [Reflect] attribute boolean disabled; [Reflect] attribute DOMString label; };