mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
e2e6b03a45
Also throw in some missing reflected DOMString values
6 lines
133 B
Text
6 lines
133 B
Text
interface HTMLOptGroupElement : HTMLElement {
|
|
|
|
[Reflect] attribute boolean disabled;
|
|
[Reflect] attribute DOMString label;
|
|
|
|
}
|