summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLOptGroupElement.idl
blob: 67d111bc1dcb016ee00dde7d1fbb9dc5ce805a61 (plain)
1
2
3
4
5
interface HTMLOptGroupElement : HTMLElement {

    [Reflect] attribute DOMString label;

}