From dbd1e4fd9d5fe2ce0faa38c514e6cbd660389d9b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 18 Jan 2022 11:11:03 +0900 Subject: 2021/10/03 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/html/element/template/index.md | 240 ++++++++++++++-------------- 1 file changed, 120 insertions(+), 120 deletions(-) (limited to 'files/ja/web') diff --git a/files/ja/web/html/element/template/index.md b/files/ja/web/html/element/template/index.md index e60b201d97..4ee7c384b7 100644 --- a/files/ja/web/html/element/template/index.md +++ b/files/ja/web/html/element/template/index.md @@ -4,92 +4,110 @@ slug: Web/HTML/Element/template tags: - Element - HTML - - HTML Web Components - - 'HTML:Flow content' - - 'HTML:Metadata content' - - 'HTML:Phrasing content' - - 'HTML:Script-supporting element' - - Reference + - HTML ウェブコンポーネント + - HTML:フローコンテンツ + - HTML:メタデータコンテンツ + - HTML:記述コンテンツ + - HTML:スクリプト対応要素 + - リファレンス - Template - - Web - - Web Components + - ウェブ + - ウェブコンポーネント +browser-compat: html.elements.template translation_of: Web/HTML/Element/template --- -
{{HTMLRef}}
-

HTML のコンテンツテンプレート (<template>) 要素 は、すなわちページの読み込み時にすぐには描画されないものの、後で JavaScript を使用してインスタンスを生成できる {{Glossary("HTML")}} を保持するメカニズムです。

+{{HTMLRef}} -

テンプレートは、文書内に格納されたコンテンツの断片として考えてください。ページの読み込み時にパーサーが <template> 要素の内容を処理している間、その内容の有効性のみが検証されます。しかし、要素の内容は描画されません。

+**`