diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-18 16:00:16 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2022-01-22 17:21:04 +0900 |
commit | 25037c40dca823f65b35ce71de7d0b0907799776 (patch) | |
tree | d2b76a095424cb42c89145f2714f73c870a55cec /files/ja | |
parent | c1e273a97105fbfa8b4130c016965f20f31de201 (diff) | |
download | translated-content-25037c40dca823f65b35ce71de7d0b0907799776.tar.gz translated-content-25037c40dca823f65b35ce71de7d0b0907799776.tar.bz2 translated-content-25037c40dca823f65b35ce71de7d0b0907799776.zip |
2022/01/13 時点の英語版に同期
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/api/htmltemplateelement/index.md | 56 |
1 files changed, 21 insertions, 35 deletions
diff --git a/files/ja/web/api/htmltemplateelement/index.md b/files/ja/web/api/htmltemplateelement/index.md index 5706e3ca46..00b0d88732 100644 --- a/files/ja/web/api/htmltemplateelement/index.md +++ b/files/ja/web/api/htmltemplateelement/index.md @@ -1,51 +1,37 @@ --- title: HTMLTemplateElement slug: Web/API/HTMLTemplateElement +tags: + - API + - HTML DOM + - HTMLTemplateElement + - インターフェイス + - リファレンス + - ウェブコンポーネント +browser-compat: api.HTMLTemplateElement translation_of: Web/API/HTMLTemplateElement --- -<div>{{APIRef("Web Components")}}</div> +{{APIRef("Web Components")}} -<p><code><strong>HTMLTemplateElement</strong></code> インターフェースは HTML の {{HTMLElement("template")}} 要素のコンテンツにアクセスします。</p> +`HTMLTemplateElement` インターフェイスは、 HTML の {{HTMLElement("template")}} 要素の内容にアクセスできるようにします。 -<p>{{InheritanceDiagram(600, 120)}}</p> +{{InheritanceDiagram}} -<h2 id="プロパティ">プロパティ</h2> +## プロパティ -<p><em>このインターフェースは {{domxref("HTMLElement")}} のプロパティを継承しています。</em></p> +_このインターフェイスは {{domxref("HTMLElement")}} のプロパティを継承しています。_ -<dl> - <dt>{{domxref("HTMLTemplateElement.content")}}{{readonlyinline}}</dt> - <dd>{{domxref("DocumentFragment")}}: {{HTMLElement("template")}} 要素のテンプレートコンテンツを返します。</dd> -</dl> +- {{domxref("HTMLTemplateElement.content", "content")}} {{readonlyinline}} + - : 読み取り専用の {{domxref("DocumentFragment")}} で、 {{HTMLElement("template")}} 要素のテンプレートの内容を表す DOM サブツリーを返します。 -<h2 id="メソッド">メソッド</h2> +## メソッド -<p><em>このインターフェースは {{domxref("HTMLElement")}} のプロパティを継承しています。</em></p> +_このインターフェイスは {{domxref("HTMLElement")}} のプロパティを継承しています。_ -<h2 id="仕様">仕様</h2> +## 仕様書 -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">仕様書</th> - <th scope="col">策定状況</th> - <th scope="col">コメント</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG','scripting.html#htmltemplateelement','HTMLTemplateElement interface')}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td> </td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C','scripting-1.html#htmltemplateelement','HTMLTemplateElement interface')}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td>初期定義</td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2> +## ブラウザーの互換性 - - -<p>{{Compat("api.HTMLTemplateElement")}}</p> +{{Compat}} |