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 --- files/ja/web/guide/html/content_categories/index.html | 4 ++-- .../html/editable_content/rich-text_editing_in_mozilla/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ja/web/guide/html') 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
  • -- cgit v1.2.3-54-g00ecf