Serenity Operating System
at master 10 lines 264 B view raw
1#import <HTML/HTMLElement.idl> 2 3// https://html.spec.whatwg.org/multipage/form-elements.html#htmloptgroupelement 4[Exposed=Window] 5interface HTMLOptGroupElement : HTMLElement { 6 7 [Reflect] attribute boolean disabled; 8 [Reflect] attribute DOMString label; 9 10};