mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-25 21:30:28 +00:00
7 lines
128 B
Text
7 lines
128 B
Text
|
|
interface HTMLParamElement : HTMLElement {
|
||
|
|
|
||
|
|
[Reflect] attribute DOMString name;
|
||
|
|
[Reflect] attribute DOMString value;
|
||
|
|
|
||
|
|
}
|