pub trait HTMLOptGroupElementMethods<D>where
D: DomTypes,{
// Required methods
fn Disabled(&self) -> bool;
fn SetDisabled(&self, cx: &mut JSContext, value: bool);
fn Label(&self) -> DOMString;
fn SetLabel(&self, cx: &mut JSContext, value: DOMString);
}