From 25037c40dca823f65b35ce71de7d0b0907799776 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 18 Jan 2022 16:00:16 +0900 Subject: 2022/01/13 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/htmltemplateelement/index.md | 56 ++++++++++----------------- 1 file changed, 21 insertions(+), 35 deletions(-) (limited to 'files') 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 --- -
{{APIRef("Web Components")}}
+{{APIRef("Web Components")}} -

HTMLTemplateElement インターフェースは HTML の {{HTMLElement("template")}} 要素のコンテンツにアクセスします。

+`HTMLTemplateElement` インターフェイスは、 HTML の {{HTMLElement("template")}} 要素の内容にアクセスできるようにします。 -

{{InheritanceDiagram(600, 120)}}

+{{InheritanceDiagram}} -

プロパティ

+## プロパティ -

このインターフェースは {{domxref("HTMLElement")}} のプロパティを継承しています。

+_このインターフェイスは {{domxref("HTMLElement")}} のプロパティを継承しています。_ -
-
{{domxref("HTMLTemplateElement.content")}}{{readonlyinline}}
-
{{domxref("DocumentFragment")}}: {{HTMLElement("template")}} 要素のテンプレートコンテンツを返します。
-
+- {{domxref("HTMLTemplateElement.content", "content")}} {{readonlyinline}} + - : 読み取り専用の {{domxref("DocumentFragment")}} で、 {{HTMLElement("template")}} 要素のテンプレートの内容を表す DOM サブツリーを返します。 -

メソッド

+## メソッド -

このインターフェースは {{domxref("HTMLElement")}} のプロパティを継承しています。

+_このインターフェイスは {{domxref("HTMLElement")}} のプロパティを継承しています。_ -

仕様

+## 仕様書 - - - - - - - - - - - - - - - - - - -
仕様書策定状況コメント
{{SpecName('HTML WHATWG','scripting.html#htmltemplateelement','HTMLTemplateElement interface')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C','scripting-1.html#htmltemplateelement','HTMLTemplateElement interface')}}{{Spec2('HTML5 W3C')}}初期定義
+{{Specifications}} -

ブラウザ実装状況

+## ブラウザーの互換性 - - -

{{Compat("api.HTMLTemplateElement")}}

+{{Compat}} -- cgit v1.2.3-54-g00ecf