From c1e273a97105fbfa8b4130c016965f20f31de201 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 18 Jan 2022 15:51:23 +0900 Subject: HTMLTemplateElement/HTMLSlotElement の記事を移行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/htmltemplateelement/index.html | 51 ------------------------- files/ja/web/api/htmltemplateelement/index.md | 51 +++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 files/ja/web/api/htmltemplateelement/index.html create mode 100644 files/ja/web/api/htmltemplateelement/index.md (limited to 'files/ja/web/api/htmltemplateelement') diff --git a/files/ja/web/api/htmltemplateelement/index.html b/files/ja/web/api/htmltemplateelement/index.html deleted file mode 100644 index 5706e3ca46..0000000000 --- a/files/ja/web/api/htmltemplateelement/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: HTMLTemplateElement -slug: Web/API/HTMLTemplateElement -translation_of: Web/API/HTMLTemplateElement ---- -
{{APIRef("Web Components")}}
- -

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

- -

{{InheritanceDiagram(600, 120)}}

- -

プロパティ

- -

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

- -
-
{{domxref("HTMLTemplateElement.content")}}{{readonlyinline}}
-
{{domxref("DocumentFragment")}}: {{HTMLElement("template")}} 要素のテンプレートコンテンツを返します。
-
- -

メソッド

- -

このインターフェースは {{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')}}初期定義
- -

ブラウザ実装状況

- - - -

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

diff --git a/files/ja/web/api/htmltemplateelement/index.md b/files/ja/web/api/htmltemplateelement/index.md new file mode 100644 index 0000000000..5706e3ca46 --- /dev/null +++ b/files/ja/web/api/htmltemplateelement/index.md @@ -0,0 +1,51 @@ +--- +title: HTMLTemplateElement +slug: Web/API/HTMLTemplateElement +translation_of: Web/API/HTMLTemplateElement +--- +
{{APIRef("Web Components")}}
+ +

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

+ +

{{InheritanceDiagram(600, 120)}}

+ +

プロパティ

+ +

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

+ +
+
{{domxref("HTMLTemplateElement.content")}}{{readonlyinline}}
+
{{domxref("DocumentFragment")}}: {{HTMLElement("template")}} 要素のテンプレートコンテンツを返します。
+
+ +

メソッド

+ +

このインターフェースは {{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')}}初期定義
+ +

ブラウザ実装状況

+ + + +

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

-- cgit v1.2.3-54-g00ecf