aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-05-06 02:38:15 +0900
committerGitHub <noreply@github.com>2021-05-06 02:38:15 +0900
commit9e39de86637a67845718430bd0e6634316f0dfd8 (patch)
treed26e8f3dd5080eaa5c7ff0b0e3201e4682580d2d /files/ja/web/html
parentc49cac35897b15cac9572c35725446497810cd06 (diff)
downloadtranslated-content-9e39de86637a67845718430bd0e6634316f0dfd8.tar.gz
translated-content-9e39de86637a67845718430bd0e6634316f0dfd8.tar.bz2
translated-content-9e39de86637a67845718430bd0e6634316f0dfd8.zip
Web/HTML/Element/html を更新 (#602)
2021/03/02 時点の英語版に同期
Diffstat (limited to 'files/ja/web/html')
-rw-r--r--files/ja/web/html/element/html/index.html37
1 files changed, 19 insertions, 18 deletions
diff --git a/files/ja/web/html/element/html/index.html b/files/ja/web/html/element/html/index.html
index 13a98c9ea1..880be1bac8 100644
--- a/files/ja/web/html/element/html/index.html
+++ b/files/ja/web/html/element/html/index.html
@@ -2,12 +2,11 @@
title: '<html>: HTML 文書 / ルート要素'
slug: Web/HTML/Element/html
tags:
+ - Element
- HTML
- - HTML ルート要素
+ - HTML Root Element
- Reference
- - ウェブ
- - リファレンス
- - 要素
+ - Web
translation_of: Web/HTML/Element/html
---
<p>{{HTMLRef}}</p>
@@ -17,7 +16,7 @@ translation_of: Web/HTML/Element/html
<table class="properties">
<tbody>
<tr>
- <th scope="row"><a href="/ja/docs/Web/HTML/Content_categories">コンテンツカテゴリ</a></th>
+ <th scope="row"><a href="/ja/docs/Web/Guide/HTML/Content_categories">コンテンツカテゴリー</a></th>
<td>なし</td>
</tr>
<tr>
@@ -34,8 +33,12 @@ translation_of: Web/HTML/Element/html
<td>なし。これは文書のルート要素です。</td>
</tr>
<tr>
+ <th scope="row">暗黙の ARIA ロール</th>
+ <td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">対応するロールなし</a></td>
+ </tr>
+ <tr>
<th scope="row">許可されている ARIA ロール</th>
- <td>なし</td>
+ <td>許可されている <code>role</code> なし</td>
</tr>
<tr>
<th scope="row">DOM インターフェイス</th>
@@ -44,20 +47,20 @@ translation_of: Web/HTML/Element/html
</tbody>
</table>
-<h2 id="Attributes" name="Attributes">属性</h2>
+<h2 id="Attributes">属性</h2>
<p>この要素は<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>を持っています。</p>
<dl>
<dt>{{htmlattrdef("manifest")}} {{obsolete_inline}}</dt>
- <dd>ローカルにキャッシュされるべきリソースを示すリソースマニフェストの {{glossary("URI")}} を指定します。詳細については<a href="/ja/docs/Web/HTML/Using_the_application_cache">『アプリケーションキャッシュの使用』</a>を参照してください。</dd>
+ <dd>ローカルにキャッシュされるべきリソースを示すリソースマニフェストの {{glossary("URI")}} を指定します。詳細については<a href="/ja/docs/Web/HTML/Using_the_application_cache">アプリケーションキャッシュの使用</a>を参照してください。</dd>
<dt>{{htmlattrdef("version")}} {{obsolete_inline}}</dt>
- <dd>現在の文書を管理する HTML {{glossary("DTD", "文書型定義")}}のバージョンを指定します。文書型宣言のバージョン情報と重複しているため、この属性は必須ではありません。</dd>
+ <dd>現在の文書を管理する HTML の{{glossary("DTD", "文書型定義")}}のバージョンを指定します。文書型宣言のバージョン情報と重複しているため、この属性は必須ではありません。</dd>
<dt>{{htmlattrdef("xmlns")}}</dt>
<dd>文書の {{glossary("XML")}} {{glossary("Namespace", "名前空間")}}を指定します。既定値は <code>"http://www.w3.org/1999/xhtml"</code> です。これは XML {{glossary("parser", "パーサー")}}で解釈される文書では必須、 text/html の文書では任意です。</dd>
</dl>
-<h2 id="Example" name="Example">例</h2>
+<h2 id="Example">例</h2>
<pre class="brush: html">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
@@ -66,18 +69,18 @@ translation_of: Web/HTML/Element/html
&lt;/html&gt;
</pre>
-<h2 id="Accessibility_concerns" name="Accessibility_concerns">アクセシビリティの考慮事項</h2>
+<h2 id="Accessibility_concerns">アクセシビリティの考慮</h2>
-<p><code>&lt;html&gt;</code> 要素に対して {{htmlattrxref("lang")}} 属性に<a href="https://www.ietf.org/rfc/bcp/bcp47.txt">有効な IETF の識別用言語タグ</a>を設定することで、読み上げ技術が正しい言語をアナウンスする助けになります。識別用言語タグはページのコンテンツの大部分で使用されている言語を記述するべきです。これがないと、読み上げソフトはふつう、既定でオペレーティングシステムの設定言語を使用しますので、間違って発音する可能性があります。</p>
+<p><code>&lt;html&gt;</code> 要素に対して {{htmlattrxref("lang")}} 属性に<a href="https://www.ietf.org/rfc/bcp/bcp47.txt">有効な IETF の識別用言語タグ</a>を設定することで、画面読み上げ技術が正しい言語をアナウンスする助けになります。識別用言語タグはページのコンテンツの大部分で使用されている言語を記述するべきです。これがないと、画面リーダーはふつう、既定でオペレーティングシステムの設定言語を使用しますので、間違って発音する可能性があります。</p>
<p><code>html</code> 要素に妥当な <code>lang</code> を設定することは、ページの {{HTMLElement("head")}} に含まれる {{HTMLElement("title")}} などの重要なメタデータについても、正しくアナウンスすることができます。</p>
<ul>
- <li><a href="/ja/docs/Web/Accessibility/Understanding_WCAG/Understandable#Guideline_3.1_%E2%80%94_Readable_Make_text_content_readable_and_understandable">MDN "WCAG を理解する ― ガイドライン 3.1 の解説"</a></li>
+ <li><a href="/ja/docs/Web/Accessibility/Understanding_WCAG/Understandable#guideline_3.1_%e2%80%94_readable_make_text_content_readable_and_understandable">MDN "WCAG を理解する ― ガイドライン 3.1 の解説"</a></li>
<li><a href="https://www.w3.org/TR/2016/NOTE-UNDERSTANDING-WCAG20-20161007/meaning-doc-lang-id.html">Understanding Success Criterion 3.1.1 | W3C Understanding WCAG 2.0</a></li>
</ul>
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+<h2 id="Specifications">仕様書</h2>
<table class="standard-table">
<thead>
@@ -107,13 +110,11 @@ translation_of: Web/HTML/Element/html
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
<p>{{Compat("html.elements.html")}}</p>
-<h2 id="See_also" name="See_also">関連情報</h2>
+<h2 id="See_also">関連情報</h2>
<ul>
<li>MathML トップレベル要素: {{MathMLElement("math")}}</li>