The HTMLParamElement interface specifies parameters to be fed to the OBJECT element.
Interface HTMLParamElement : HTMLElement {
attribute DOMString name;
attribute DOMString type;
attribute DOMString value;
attribute DOMString valueType;
}; Semantic Requirements
Attributes
If you have comments or suggestions, email me at mbrady@nist.gov