blob: a848fc53644b0dd9ab84b0f4693280d75004e5de (
plain)
1
2
3
4
5
6
7
8
9
|
interface HTMLParamElement : HTMLElement {
[Reflect] attribute DOMString name;
[Reflect] attribute DOMString value;
[Reflect] attribute DOMString type;
[Reflect=valuetype] attribute DOMString valueType;
};
|