ladybird/Libraries/LibWeb/HTML/HTMLOptGroupElement.idl
Luke e2e6b03a45 LibWeb: Add support for reflected boolean values
Also throw in some missing reflected DOMString values
2020-11-09 09:51:22 +01:00

6 lines
133 B
Text

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