From 0965625bf5d0939fe975600cb9293d2581bcfd4d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 12 Jun 2021 10:49:27 +0900 Subject: Web/HTML/Element/head を更新 (#1083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/05/31 時点の英語版に同期 --- files/ja/web/html/element/head/index.html | 39 ++++++++++++++++--------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'files') diff --git a/files/ja/web/html/element/head/index.html b/files/ja/web/html/element/head/index.html index fcd05172e1..03a3505295 100644 --- a/files/ja/web/html/element/head/index.html +++ b/files/ja/web/html/element/head/index.html @@ -4,26 +4,25 @@ slug: Web/HTML/Element/head tags: - Element - HTML - - HTML 文書メタデータ - - 'HTML:メタデータコンテンツ' + - HTML document metadata + - 'HTML:Metadata content' - Reference - Web - - ウェブ - - 要素 +browser-compat: html.elements.head translation_of: Web/HTML/Element/head ---
{{HTMLRef}}

HTML の <head> 要素は、文書に関する機械可読な情報 ({{glossary("metadata", "メタデータ")}})、たとえば題名スクリプトスタイルシートなどを含みます。

-
+

メモ: <head> は機械処理のための情報を保持するためのものであり、人間が読むためのものではありません。人間が読むための情報、例えば最上位のヘッダーや著者のリストのためのものは、 {{HTMLElement("header")}} 要素を参照してください。

- + @@ -43,6 +42,10 @@ translation_of: Web/HTML/Element/head + + + + @@ -54,16 +57,16 @@ translation_of: Web/HTML/Element/head
コンテンツカテゴリコンテンツカテゴリー なし
許可されている親要素 {{HTMLElement("html")}} 要素の最初の子要素として配置可能。
暗黙の ARIA ロール対応するロールなし
許可されている ARIA ロール なし
-

属性

+

属性

-

この要素にはグローバル属性があります。

+

この要素にはグローバル属性があります。

-
{{htmlattrdef("profile")}} {{obsolete_inline}}
-
1つ以上のメタデータプロファイルの {{glossary("URI")}} で、{{Glossary("whitespace", "ホワイトスペース")}}区切りです。
+
{{htmlattrdef("profile")}} {{deprecated_inline}}
+
1 つ以上のメタデータプロファイルの {{glossary("URI")}} で、{{Glossary("whitespace", "ホワイトスペース")}}区切りです。
-

+

<!doctype html>
 <html>
@@ -73,11 +76,11 @@ translation_of: Web/HTML/Element/head
 </html>
 
-

メモ

+

メモ

HTML5 互換のブラウザーでは、タグが省略されていても <head> 要素を自動的に生成します。この自動生成は、過去のブラウザーでは保証されていません

-

仕様書

+

仕様書

@@ -101,18 +104,16 @@ translation_of: Web/HTML/Element/head - +
{{SpecName('HTML4.01', 'struct/global.html#h-7.4.1', '<head>')}} {{Spec2('HTML4.01')}} 
-

ブラウザーの互換性

- - +

ブラウザーの互換性

-

{{Compat("html.elements.head")}}

+

{{Compat}}

-

関連情報

+

関連情報