From 3f2fa67122c3490f9e06570920f71cf94763ac1b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 28 Jun 2021 01:09:52 +0900 Subject: Web/HTML/Element/title を更新 (#1221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Web/HTML/Element/title を更新 - conflicting 版はあいまいさ回避ページであり、現在のページ構造では不要なため削除 - 2021/06/03 時点の英語版に同期 * [CRON] sync translated content Co-authored-by: MDN --- files/ja/_redirects.txt | 2 +- files/ja/_wikihistory.json | 7 --- .../conflicting/web/html/element/title/index.html | 20 ------- files/ja/web/html/element/title/index.html | 68 +++++++--------------- 4 files changed, 23 insertions(+), 74 deletions(-) delete mode 100644 files/ja/conflicting/web/html/element/title/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index b2fa3d4111..ca7631525a 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -5689,7 +5689,7 @@ /ja/docs/reftest_opportunities_files /ja/docs/orphaned/reftest_opportunities_files /ja/docs/slice /ja/docs/Web/JavaScript/Reference/Global_Objects/String/slice /ja/docs/theme /ja/docs/Themes -/ja/docs/title /ja/docs/conflicting/Web/HTML/Element/title +/ja/docs/title /ja/docs/Web/HTML/Element/title /ja/docs/toSource /ja/docs/Web/JavaScript/Reference/Global_Objects/Object/toSource /ja/docs/toString /ja/docs/Web/JavaScript/Reference/Global_Objects/Object/toString /ja/docs/width /ja/docs/conflicting/Web/CSS/width_eaae26a6fb20ed3ef54fb23bfa0b1fcc diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 8f5dfafac5..df5ae51fe2 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -49179,13 +49179,6 @@ "saneyuki_s" ] }, - "conflicting/Web/HTML/Element/title": { - "modified": "2019-03-23T23:33:09.085Z", - "contributors": [ - "wbamberg", - "ethertank" - ] - }, "conflicting/Web/HTML/Global_attributes": { "modified": "2019-03-18T20:53:18.763Z", "contributors": [ diff --git a/files/ja/conflicting/web/html/element/title/index.html b/files/ja/conflicting/web/html/element/title/index.html deleted file mode 100644 index ba4997c37b..0000000000 --- a/files/ja/conflicting/web/html/element/title/index.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: title -slug: conflicting/Web/HTML/Element/title -tags: - - Disambiguation -translation_of: Web/HTML/Element/title -translation_of_original: title -original_slug: title ---- -

title は、その文脈により異なるものを指す場合があります。

- - - -

これはあいまい性除去のページです — 同じ題名を共有している可能性のあるページをリストして案内を補助します。 記事のリンクからここに来たのであれば、戻って意図するページに直接行くように修正することもできます。

diff --git a/files/ja/web/html/element/title/index.html b/files/ja/web/html/element/title/index.html index 2bc81c3b4d..d96292a843 100644 --- a/files/ja/web/html/element/title/index.html +++ b/files/ja/web/html/element/title/index.html @@ -5,7 +5,7 @@ tags: - Element - HTML - HTML document metadata - - 'HTML:Metadata content' + - HTML:Metadata content - Page Name - Page Title - Reference @@ -15,19 +15,20 @@ tags: - Web - Window Name - Window Title +browser-compat: html.elements.title translation_of: Web/HTML/Element/title ---
{{HTMLRef}}
-

HTML 題名要素 (<title>) は、{{glossary("Browser", "ブラウザー")}}のタイトルバーやページのタブに表示される文書の題名を定義します。テキストのみを含めることができ、要素内のタグはすべて無視されます。

+

<title>HTML の要素で、{{glossary("Browser", "ブラウザー")}}のタイトルバーやページのタブに表示される文書の題名を定義します。テキストのみを含めることができます。要素内のタグはすべて無視されます。

-
<title>Grandma's Heavy Metal Festival Journal</title>
+
<title>Grandma's Heavy Metal Festival Journal</title>
- - + + @@ -56,86 +57,61 @@ translation_of: Web/HTML/Element/title
コンテンツカテゴリメタデータコンテンツコンテンツカテゴリメタデータコンテンツ
許可されている内容
-

属性

+

属性

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

-

使用上のメモ

+

使用上のメモ

<title> 要素は常にページの {{HTMLElement("head")}} ブロックの中で使われます。

-

ページの題名と SEO

+

ページの題名と SEO

ページの題名の内容は、検索エンジン最適化 ({{glossary("SEO")}}) に著しい影響を与えることがあります。一般的に、長く、説明的な題名は、短く、一般的な題名よりも効果があります。題名の内容は、検索エンジンのアルゴリズムが検索結果にページを列挙する順序を決定するために使用する材料の一つです。また、題名は検索結果ページを眺めている読者の注意を引く最初の「フック」となります。

良い題名を作成するためのガイドラインやコツを示します。

-

+

-
<title>素敵で面白いこと</title>
+
<title>素敵で面白いこと</title>
 

この例ではページの題名全体 (ウィンドウの最上部またはウィンドウのタブに表示されるもの) を「素敵で面白いこと」にします。

-

アクセシビリティの考慮

+

アクセシビリティの考慮

重要なことは、ページの目的を記述した title の値を設定することです。

支援技術を使用するユーザーのためのナビゲーション技術として、ページの題名を読んで、どのようなコンテンツが含まれるかを知るというものが良く使われます。これはコンテンツを特定するためにページ間を移動すると、時間を消費したり手順を間違える可能性があったりするからです。

-

+

-
<title>Menu - Blue House Chinese Food - FoodYum: Online takeout today!</title>
+
<title>Menu - Blue House Chinese Food - FoodYum: Online takeout today!</title>
 

ページの状態が大きく変わったことを示すために (フォーム検証の問題など)、ユーザーを支援するために、ページの title の値を更新してください。

-

+

-
<title>2 errors - Your order - Blue House Chinese Food - FoodYum: Online takeout today!</title>
+
<title>2 errors - Your order - Blue House Chinese Food - FoodYum: Online takeout today!</title>
 
-

仕様書

+

仕様書

- - - - - - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('HTML WHATWG', 'semantics.html#the-title-element', '<title>')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'document-metadata.html#the-title-element', '<title>')}}{{Spec2('HTML5 W3C')}}
{{SpecName('HTML4.01', 'struct/global.html#h-7.4.2', '<title>')}}{{Spec2('HTML4.01')}}
+

{{Specifications}}

-

ブラウザーの互換性

+

ブラウザーの互換性

-

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

+

{{Compat}}

-- cgit v1.2.3-54-g00ecf