Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLParamElement

HTMLParamElement

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see thecompatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

TheHTMLParamElement interface provides special properties (beyond those of the regularHTMLElement object interface it inherits) for manipulating<param> elements, representing a pair of a key and a value that acts as a parameter for an<object> element.

EventTarget Node Element HTMLElement HTMLParamElement

Instance properties

Inherits properties from its parent,HTMLElement.

HTMLParamElement.nameDeprecated

A string representing the name of the parameter. It reflects thename attribute.

HTMLParamElement.valueDeprecated

A string representing the value associated to the parameter. It reflects thevalue attribute.

HTMLParamElement.typeDeprecated

A string containing the type of the parameter whenvalueType has the"ref" value. It reflects thetype attribute.

HTMLParamElement.valueTypeDeprecated

A string containing the type of thevalue. It reflects thevaluetype attribute and has one of the values:"data","ref", or"object".

Instance methods

No specific methods, inherits methods from its parent,HTMLElement.

Specifications

Specification
HTML
# htmlparamelement

Browser compatibility

See also

  • The HTML element implementing this interface:<param>.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp