ladybird/Libraries/LibWeb/HTML/HTMLOptGroupElement.idl

6 lines
91 B
Text
Raw Normal View History

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