summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLParamElement.idl
blob: 0600832fe99fe9a546c699822ccbba3b42360dbe (plain)
1
2
3
4
5
6
interface HTMLParamElement : HTMLElement {

    [Reflect] attribute DOMString name;
    [Reflect] attribute DOMString value;

}