summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLOptGroupElement.idl
blob: e88f553279b42f8e690475389434276ef50fc6b7 (plain)
1
2
3
4
5
6
7
8
#import <HTML/HTMLElement.idl>

interface HTMLOptGroupElement : HTMLElement {

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

};