--- title: HTMLParamElement slug: Web/API/HTMLParamElement tags: - API - HTML DOM - Interface - Reference translation_of: Web/API/HTMLParamElement ---
HTMLParamElement
インターフェースが提供する(継承している通常の{{domxref("HTMLElement")}}オブジェクトインターフェースより優れた)特別の属性を用いて,{{HTMLElement("param")}}要素を,キー・値の組として,ちょうど{{HTMLElement("object")}}要素のパラメータと同様に,操作できます。
{{InheritanceDiagram(600, 120)}}
親である{{domxref("HTMLElement")}}より属性を継承。
valueType
の値が"ref"
である時のパラメータの型です。{{htmlattrxref("type", "param")}}属性を反映します。value
. It reflects the {{htmlattrxref("valuetype", "param")}}属性を反映しており,値は次の内孰れかです: "data"
,"ref"
,又は"object"
。固有のメソッドはなく,親である{{domxref("HTMLElement")}}よりメソッドを継承します。
仕様 | 状態 | 備考 |
---|---|---|
{{SpecName('HTML WHATWG', "#htmlparamelement", "HTMLParamElement")}} | {{Spec2('HTML WHATWG')}} | |
{{SpecName('HTML5 W3C', "embedded-content-0.html#the-param-element", "HTMLParamElement")}} | {{Spec2('HTML5 W3C')}} | 次の属性が廃止されました: type ,及びvalueType 。 |
{{SpecName('DOM2 HTML', 'html.html#ID-64077273', 'HTMLParamElement')}} | {{Spec2('DOM2 HTML')}} | {{SpecName("DOM1")}}より変更なし。 |
{{SpecName('DOM1', 'level-one-html.html#ID-64077273', 'HTMLParamElement')}} | {{Spec2('DOM1')}} | 初回定義。 |
{{Compat("api.HTMLParamElement")}}