ladybird/Libraries/LibWeb/HTML/HTMLOptGroupElement.idl

7 lines
133 B
Text
Raw Normal View History

interface HTMLOptGroupElement : HTMLElement {
[Reflect] attribute boolean disabled;
[Reflect] attribute DOMString label;
}