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