From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/html/element/param/index.html | 114 +++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 files/ja/web/html/element/param/index.html (limited to 'files/ja/web/html/element/param/index.html') diff --git a/files/ja/web/html/element/param/index.html b/files/ja/web/html/element/param/index.html new file mode 100644 index 0000000000..5e367adc67 --- /dev/null +++ b/files/ja/web/html/element/param/index.html @@ -0,0 +1,114 @@ +--- +title: ': オブジェクト引数要素' +slug: Web/HTML/Element/param +tags: + - Element + - HTML + - HTML 埋め込みコンテンツ + - Reference + - Web +translation_of: Web/HTML/Element/param +--- +
{{HTMLRef}}
+ +

HTML の <param> 要素は、{{HTMLElement("object")}} 要素の引数を定義します。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
コンテンツカテゴリなし
許可されている内容なし。これは {{Glossary("empty element", "空要素")}} です。
タグの省略空要素であるため開始タグは必須、また終了タグを置いてはなりません。
許可されている親要素{{HTMLElement("object")}} の子として、他のフローコンテンツより前に配置可能。
許可されている ARIA ロールなし
DOM インターフェイス{{domxref("HTMLParamElement")}}
+ +

属性

+ +

この要素にはグローバル属性があります。

+ +
+
{{htmlattrdef("name")}}
+
引数の名称。
+
{{htmlattrdef("value")}}
+
引数の値
+
+ +

非推奨の属性

+ +
+
{{htmlattrdef("type")}} {{deprecated_inline}}
+
valuetype が "ref" に設定されている場合にのみ指定可能。value の値で指定された URI に存在するオブジェクトの MIME タイプを指定します。
+
{{htmlattrdef("valuetype")}} {{deprecated_inline}}
+
value 属性の型を指定します。指定可能な値は以下の通りです。 +
    +
  • data: 初期値。値は文字列としてオブジェクトの実装に渡されます。
  • +
  • ref: 値は、実行時の値が格納されているリソースへの URI です。
  • +
  • object: 同一文書内の他の {{HTMLElement("object")}} 要素の ID
  • +
+
+
+ +

+ +

<param> の使用例については、{{HTMLElement("object")}} のページを参照してください。

+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', 'iframe-embed-object.html#the-param-element', '<param>')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'semantics-embedded-content.html#the-param-element', '<param>')}}{{Spec2('HTML5 W3C')}}
{{SpecName('HTML4.01', 'struct/objects.html#h-13.3.2', '<param>')}}{{Spec2('HTML4.01')}}
+ +

ブラウザーの互換性

+ + + +

{{Compat("html.elements.param")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf