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 --- .../ja/web/web_components/html_imports/index.html | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 files/ja/web/web_components/html_imports/index.html (limited to 'files/ja/web/web_components') diff --git a/files/ja/web/web_components/html_imports/index.html b/files/ja/web/web_components/html_imports/index.html deleted file mode 100644 index 8c432a5c01..0000000000 --- a/files/ja/web/web_components/html_imports/index.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: HTML インポート -slug: Web/Web_Components/HTML_Imports -translation_of: 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