From 7b487911321ba7a357f76044f296f3398d9652a4 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 1 May 2021 01:17:13 +0900 Subject: Web/HTML/Element/body を更新 (#586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2021/03/02 時点の英語版に同期 --- files/ja/web/html/element/body/index.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/files/ja/web/html/element/body/index.html b/files/ja/web/html/element/body/index.html index ab1a6a45c7..9f02ddb1d0 100644 --- a/files/ja/web/html/element/body/index.html +++ b/files/ja/web/html/element/body/index.html @@ -4,8 +4,8 @@ slug: Web/HTML/Element/body tags: - Element - HTML - - 'HTML:区分化ルート' - Reference + - Sectioning Root Element - Sections - Web translation_of: Web/HTML/Element/body @@ -17,12 +17,12 @@ translation_of: Web/HTML/Element/body - - + + - + @@ -32,9 +32,13 @@ translation_of: Web/HTML/Element/body + + + + - + @@ -48,7 +52,7 @@ translation_of: Web/HTML/Element/body
コンテンツカテゴリー区分化ルートコンテンツカテゴリー区分化ルート
許可されている内容フローコンテンツフローコンテンツ
タグの省略許可されている親要素 {{HTMLElement("html")}} 要素の子要素でなければなりません。
暗黙の ARIA ロールdocument
許可されている ARIA ロールなし許可されている role なし
DOM インターフェイス
-

属性

+

属性

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

@@ -111,9 +115,9 @@ translation_of: Web/HTML/Element/body
訪問済みのハイパーリンクの文字色です。この方法は不適合であり、代わりに CSS の {{cssxref(":visited")}} 疑似クラスで {{cssxref("color")}} プロパティを使用してください。
-

+

-
<html>
+
<html>
   <head>
     <title>Document title</title>
   </head>
@@ -123,7 +127,7 @@ translation_of: Web/HTML/Element/body
 </html>
 
-

仕様書

+

仕様書

@@ -142,7 +146,7 @@ translation_of: Web/HTML/Element/body - + @@ -152,13 +156,11 @@ translation_of: Web/HTML/Element/body
{{SpecName('HTML5 W3C', 'sections.html#the-body-element', '<body>')}} {{Spec2('HTML5 W3C')}}以前非推奨とされた属性を廃止。不適合であり標準化しない c, leftmargin, rightmargin, bottommargin の動作を定義。on* 属性を追加。以前非推奨とされた属性を廃止。不適合であり標準化しない topmargin, leftmargin, rightmargin, bottommargin の動作を定義。on* 属性を追加。
{{SpecName('HTML4.01', 'struct/global.html#h-7.5.1', '<body>')}}
-

ブラウザーの互換性

- - +

ブラウザーの互換性

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

-

関連情報

+

関連情報