param – initialization parameters for plugins # T
The
param
element
defines parameters for plugins invoked by object elements.
Permitted attributes #
-
global attributes
- Any attributes permitted globally.
-
name = string
#
- The name of the parameter.
-
value = string
#
- The value of the parameter.
Additional constraints and admonitions #
-
The type attribute on the param element is obsolete.
Use the name attribute and value attribute without declaring value types.
-
The valuetype attribute on the param element is obsolete.
Use the name attribute and value attribute without declaring value types.
Permitted parent elements #
object
DOM interface #
interface HTMLParamElement : HTMLElement {
attribute DOMString name;
attribute DOMString value;
};
Typical default display properties #