From 52e48a7ac7bfc64b78c5aabb86cab4c0d7b88054 Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 28 Sep 2021 00:50:31 +0000 Subject: [CRON] sync translated content --- files/ja/conflicting/web/web_components/index.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/ja/conflicting/web/web_components/index.html (limited to 'files/ja/conflicting') diff --git a/files/ja/conflicting/web/web_components/index.html b/files/ja/conflicting/web/web_components/index.html new file mode 100644 index 0000000000..19162e4678 --- /dev/null +++ b/files/ja/conflicting/web/web_components/index.html @@ -0,0 +1,45 @@ +--- +title: HTML インポート +slug: conflicting/Web/Web_Components +translation_of: Web/Web_Components/HTML_Imports +original_slug: Web/Web_Components/HTML_Imports +--- +

{{DefaultAPISidebar("Web Components")}}

+ +
+

Google Chrome 73 で廃止
+ この機能は廃止されました。まだいくつかのブラウザーで動作するかもしれませんが、いつ削除されてもおかしくないので、使わないようにしましょう。

+
+ +
+

Firefox はこの形式の HTML インポート は提供していません。詳細は状況更新を参照してください。標準化への同意が集まるか、代替機構が発表されるまで、Google の webcomponents.js などのポリフィルを使用することができます。

+
+ +

HTML インポートWeb Components のパッケージング機構として使用されることを意図していますが、単独で使用することもできます。

+ +

以下のように、HTML 文書中で <link> タグを使用してインポートします。

+ +
<link rel="import" href="myfile.html">
+ +

リンク種別 import は新設です。

+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態備考
{{SpecName("HTML Imports")}}{{Spec2("HTML Imports")}}初回定義。
+ +

ブラウザーの互換性

+ +

{{Compat("html.elements.link.rel.import")}}

-- cgit v1.2.3-54-g00ecf