param ElementThe param element is declared by the XHTML 1.1 Object Module (Param)
Elements in the Object Module are:objectparam (Param Support Module)
A param element is used to specify a run-time initialisation parameter
for an object.
Although not explicitly required by the XHTML 1.1 DTD, a comment within
the DTD states that param elements should be placed prior to other content in the
object element (ref: *Embedded Object Module DTD
at the W3C).
I don't use object much so I'll just refer you
to the W3C's Specification for
*HTML 4.01 - Object initialization: the PARAM element
(which has the same function as this corresponding XHTML element).
The name attribute is #REQUIRED on the param element.
param element are listed below:name [ type CDATA - #REQUIRED ]type [ type ContentType ]valuetype is "ref", the type attribute specifies the MIME type of the resource at the value URI.value [ type CDATA ]valuetype [ type Enumeration (data | ref | object) - default="data" ]value attribute datavalue is a stringrefvalue is the URI of a run-time resourceobjectvalue refers to the id attribute of another object in the same document (in the form of an internal link with fragment identifier, e.g. value="#objectid")param element are listed below:id [ type ID ]xmlns [ type URI - #FIXED 'http://www.w3.org/1999/xhtml' ]param element is:
EMPTY
See Content Model & Nesting for information about Content Model syntax and Nesting Groups.
paramThis element is empty and may have no children.
paramobject