diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-05-06 02:36:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 02:36:59 +0900 |
commit | c49cac35897b15cac9572c35725446497810cd06 (patch) | |
tree | ae18f11ab9dc24be7072ce8e8fca86d6ed799927 /files/ja | |
parent | adb3289b8c555bc260f6af05c3013fd85f949d37 (diff) | |
download | translated-content-c49cac35897b15cac9572c35725446497810cd06.tar.gz translated-content-c49cac35897b15cac9572c35725446497810cd06.tar.bz2 translated-content-c49cac35897b15cac9572c35725446497810cd06.zip |
Web/HTML/Element/param を更新 (#600)
2021/03/27 時点の英語版に同期
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/html/element/param/index.html | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/files/ja/web/html/element/param/index.html b/files/ja/web/html/element/param/index.html index 5e367adc67..781d10695c 100644 --- a/files/ja/web/html/element/param/index.html +++ b/files/ja/web/html/element/param/index.html @@ -4,7 +4,7 @@ slug: Web/HTML/Element/param tags: - Element - HTML - - HTML 埋め込みコンテンツ + - HTML embedded content - Reference - Web translation_of: Web/HTML/Element/param @@ -16,7 +16,7 @@ translation_of: Web/HTML/Element/param <table class="properties"> <tbody> <tr> - <th scope="row"><a href="/ja/docs/Web/HTML/Content_categories">コンテンツカテゴリ</a></th> + <th scope="row"><a href="/ja/docs/Web/Guide/HTML/Content_categories">コンテンツカテゴリー</a></th> <td>なし</td> </tr> <tr> @@ -29,11 +29,15 @@ translation_of: Web/HTML/Element/param </tr> <tr> <th scope="row">許可されている親要素</th> - <td>{{HTMLElement("object")}} の子として、他の<a href="/ja/docs/Web/HTML/Content_categories#Flow_content">フローコンテンツ</a>より前に配置可能。</td> + <td>{{HTMLElement("object")}} の子として、他の<a href="/ja/docs/Web/Guide/HTML/Content_categories#flow_content">フローコンテンツ</a>より前に配置可能。</td> + </tr> + <tr> + <th scope="row">暗黙の ARIA ロール</th> + <td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">対応するロールなし</a></td> </tr> <tr> <th scope="row">許可されている ARIA ロール</th> - <td>なし</td> + <td>許可されている <code>role</code> なし</td> </tr> <tr> <th scope="row">DOM インターフェイス</th> @@ -42,7 +46,7 @@ translation_of: Web/HTML/Element/param </tbody> </table> -<h2 id="Attributes" name="Attributes">属性</h2> +<h2 id="Attributes">属性</h2> <p>この要素には<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>があります。</p> @@ -53,26 +57,26 @@ translation_of: Web/HTML/Element/param <dd>引数の値</dd> </dl> -<h3 id="Deprecated_attributes" name="Deprecated_attributes">非推奨の属性</h3> +<h3 id="Deprecated_attributes">非推奨の属性</h3> <dl> <dt>{{htmlattrdef("type")}} {{deprecated_inline}}</dt> - <dd><code>valuetype</code> が "ref" に設定されている場合にのみ指定可能。<code>value</code> の値で指定された URI に存在するオブジェクトの MIME タイプを指定します。</dd> + <dd><code>valuetype</code> が <code>ref</code> に設定されている場合にのみ指定可能。<code>value</code> の値で指定された URI に存在するオブジェクトの MIME タイプを指定します。</dd> <dt>{{htmlattrdef("valuetype")}} {{deprecated_inline}}</dt> <dd><code>value</code> 属性の型を指定します。指定可能な値は以下の通りです。 <ul> - <li><code>data</code>: 初期値。値は文字列としてオブジェクトの実装に渡されます。</li> + <li><code>data</code>: 既定値。値は文字列としてオブジェクトの実装に渡されます。</li> <li><code>ref</code>: 値は、実行時の値が格納されているリソースへの URI です。</li> - <li><code>object</code>: 同一文書内の他の {{HTMLElement("object")}} 要素の ID</li> + <li><code>object</code>: 同一文書内の他の {{HTMLElement("object")}} 要素の ID です。</li> </ul> </dd> </dl> -<h2 id="Examples" name="Examples">例</h2> +<h2 id="Examples">例</h2> <p><code><param></code> の使用例については、{{HTMLElement("object")}} のページを参照してください。</p> -<h2 id="Specifications" name="Specifications">仕様書</h2> +<h2 id="Specifications">仕様書</h2> <table class="standard-table"> <thead> @@ -101,13 +105,11 @@ translation_of: Web/HTML/Element/param </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> - -<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> <p>{{Compat("html.elements.param")}}</p> -<h2 id="See_also" name="See_also">関連情報</h2> +<h2 id="See_also">関連情報</h2> <ul> <li>{{HTMLElement("object")}}</li> |