mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
e2e6b03a45
Also throw in some missing reflected DOMString values
5 lines
87 B
Text
5 lines
87 B
Text
interface HTMLDetailsElement : HTMLElement {
|
|
|
|
[Reflect] attribute boolean open;
|
|
|
|
}
|