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

    [Reflect] attribute boolean disabled;
    [Reflect] attribute DOMString label;

};