From 66dd961c765e2843fdc3ed463baa19873924c0a3 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 18 Aug 2021 14:33:08 +0900 Subject: 意味のない title 属性を削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #1877 --- .../ja/web/guide/css/getting_started/challenge_solutions/index.html | 6 +++--- files/ja/web/guide/html/content_categories/index.html | 4 ++-- .../html/editable_content/rich-text_editing_in_mozilla/index.html | 4 ++-- files/ja/web/guide/parsing_and_serializing_xml/index.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'files/ja/web/guide') diff --git a/files/ja/web/guide/css/getting_started/challenge_solutions/index.html b/files/ja/web/guide/css/getting_started/challenge_solutions/index.html index df62dacd38..a3825b30aa 100644 --- a/files/ja/web/guide/css/getting_started/challenge_solutions/index.html +++ b/files/ja/web/guide/css/getting_started/challenge_solutions/index.html @@ -3,7 +3,7 @@ title: Challenge solutions slug: Web/Guide/CSS/Getting_started/Challenge_solutions translation_of: Web/Guide/CSS/Getting_started/Challenge_solutions --- -

このページは、 CSS Getting Started チュートリアルにあるチャレンジの解答例です。これ以外の解答も考えられます。以下の章名はチュートリアルページのタイトルと一致します。

+

このページは、 CSS Getting Started チュートリアルにあるチャレンジの解答例です。これ以外の解答も考えられます。以下の章名はチュートリアルページのタイトルと一致します。

CSS をなぜ用いるか

Colors

@@ -16,7 +16,7 @@ translation_of: Web/Guide/CSS/Getting_started/Challenge_solutions
Solution
- CSS supports common color names like orange, yellow, blue, green, or black. It also supports some more exotic color names like chartreuse, fuschia, or burlywood. See CSS Color value for a complete list as well as other ways of specifying colors.
+ CSS supports common color names like orange, yellow, blue, green, or black. It also supports some more exotic color names like chartreuse, fuschia, or burlywood. See CSS Color value for a complete list as well as other ways of specifying colors.

どのように CSS は動作するのか

DOM inspector

@@ -244,7 +244,7 @@ h3:before { } -

+

Borders on data cells only

diff --git a/files/ja/web/guide/html/content_categories/index.html b/files/ja/web/guide/html/content_categories/index.html index 9f0b98251f..cc2b9c20f3 100644 --- a/files/ja/web/guide/html/content_categories/index.html +++ b/files/ja/web/guide/html/content_categories/index.html @@ -84,9 +84,9 @@ translation_of: Web/Guide/HTML/Content_categories
  • {{HTMLElement("area")}}: {{HTMLElement("map")}} 要素の子孫である場合
  • {{HTMLElement("del")}}: 記述コンテンツだけを含む場合
  • {{HTMLElement("ins")}}: 記述コンテンツだけを含む場合
  • -
  • {{HTMLElement("link")}}: itemprop 属性がある場合
  • +
  • {{HTMLElement("link")}}: itemprop 属性がある場合
  • {{HTMLElement("map")}}: 記述コンテンツだけを含む場合
  • -
  • {{HTMLElement("meta")}}: itemprop 属性がある場合
  • +
  • {{HTMLElement("meta")}}: itemprop 属性がある場合
  • 埋め込みコンテンツ

    diff --git a/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html b/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html index 07826fa870..8a2b1b2b00 100644 --- a/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html +++ b/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html @@ -50,7 +50,7 @@ translation_of: Web/Guide/HTML/Editable_content/Rich-Text_Editing_in_Mozilla

    さらに、 Mozilla には、ドキュメントが designMode になると、そのドキュメント内のイベントが無効になるという特徴があります。designMode をオフにすると (Mozilla 1.5 ではこの切り替えが可能となります)、再びイベントはアクティブになります。

    -

    さらなる情報 は、Migrate apps from Internet Explorer to MozillaRich text editing の節をご覧ください。

    +

    さらなる情報 は、Migrate apps from Internet Explorer to MozillaRich text editing の節をご覧ください。

    @@ -277,7 +277,7 @@ img.intLink { border: 0; }
  • designMode
  • MSDN: How to Create an HTML Editor Application
  • A closed source, cross-browser rich-text editing demo
  • -
  • xbDesignMode; a JavaScript helper class for easier cross-browser development using designMode.
  • +
  • xbDesignMode; a JavaScript helper class for easier cross-browser development using designMode.
  • Firefox 3 and contentEditable
  • diff --git a/files/ja/web/guide/parsing_and_serializing_xml/index.html b/files/ja/web/guide/parsing_and_serializing_xml/index.html index 9adb073f0c..5a473bfc8f 100644 --- a/files/ja/web/guide/parsing_and_serializing_xml/index.html +++ b/files/ja/web/guide/parsing_and_serializing_xml/index.html @@ -109,7 +109,7 @@ const xmlStr = serializer.serializeToString(doc);

    関連項目

      -
    • XPath
    • +
    • XPath
    • {{domxref("XMLHttpRequest")}}
    • {{domxref("Document")}}, {{domxref("XMLDocument")}} および {{domxref("HTMLDocument")}}
    -- cgit v1.2.3-54-g00ecf