From 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:08:35 +0100 Subject: unslug ja: modify --- files/ja/conflicting/web/html/element/index.html | 3 ++- files/ja/conflicting/web/html/element/title/index.html | 3 ++- files/ja/conflicting/web/html/global_attributes/index.html | 3 ++- files/ja/conflicting/web/html/global_attributes/spellcheck/index.html | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'files/ja/conflicting/web/html') diff --git a/files/ja/conflicting/web/html/element/index.html b/files/ja/conflicting/web/html/element/index.html index b5da7466db..68508196e4 100644 --- a/files/ja/conflicting/web/html/element/index.html +++ b/files/ja/conflicting/web/html/element/index.html @@ -1,11 +1,12 @@ --- title: HTML5 の要素 -slug: Web/Guide/HTML/HTML5/HTML5_element_list +slug: conflicting/Web/HTML/Element tags: - HTML - HTML5 translation_of: Web/HTML/Element translation_of_original: Web/Guide/HTML/HTML5/HTML5_element_list +original_slug: Web/Guide/HTML/HTML5/HTML5_element_list ---

This page list all standard HTML5 elements, described by their opening tag and grouped by function. Contrary to the HTML Element index which lists all possible tags, standard, non-standard, valid, obsolete or deprecated ones, this list only the valid HTML5 elements. Only those should be used in new Web sites.

diff --git a/files/ja/conflicting/web/html/element/title/index.html b/files/ja/conflicting/web/html/element/title/index.html index ab170f7d35..ba4997c37b 100644 --- a/files/ja/conflicting/web/html/element/title/index.html +++ b/files/ja/conflicting/web/html/element/title/index.html @@ -1,10 +1,11 @@ --- title: title -slug: 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/conflicting/web/html/global_attributes/index.html b/files/ja/conflicting/web/html/global_attributes/index.html index aee67a75d0..07afbb6206 100644 --- a/files/ja/conflicting/web/html/global_attributes/index.html +++ b/files/ja/conflicting/web/html/global_attributes/index.html @@ -1,6 +1,6 @@ --- title: Global attribute (グローバル属性) -slug: Glossary/Global_attribute +slug: conflicting/Web/HTML/Global_attributes tags: - Attribute - CodingScripting @@ -8,6 +8,7 @@ tags: - HTML translation_of: Web/HTML/Global_attributes translation_of_original: Glossary/Global_attribute +original_slug: Glossary/Global_attribute ---

グローバル属性は、すべての{{glossary("element","要素")}}で使用できる{{glossary("attribute","属性")}}です(ただし、一部の要素には影響を与えないこともあります)。

diff --git a/files/ja/conflicting/web/html/global_attributes/spellcheck/index.html b/files/ja/conflicting/web/html/global_attributes/spellcheck/index.html index 07cdb135ef..35350b2aa5 100644 --- a/files/ja/conflicting/web/html/global_attributes/spellcheck/index.html +++ b/files/ja/conflicting/web/html/global_attributes/spellcheck/index.html @@ -1,9 +1,10 @@ --- title: HTML フォームのスペルチェックを制御する -slug: Controlling_spell_checking_in_HTML_forms +slug: conflicting/Web/HTML/Global_attributes/spellcheck tags: - Configuration management - HTML +original_slug: Controlling_spell_checking_in_HTML_forms ---

{{ Fx_minversion_header(2) }} Firefox 2 はウェブフォームのテキストエリア{{ 訳注("複数行のテキスト入力欄") }}とテキストフィールド{{ 訳注("一行のテキスト入力欄") }}のスペルチェックのサポートを導入します。ユーザーは about:config インターフェースを使って、スペルチェックを有効にするか、テキストエリアとテキストフィールドの両方でチェックするかを設定することができます。

標準では、テキストエリアと designMode ドキュメントではスペルチェックが行われますが、一行の入力ボックスでは行われません。なぜなら、Firefox が ユーザ ID や E メールアドレスを誤ってマークしてしまうと、ユーザの気を散らしてしまうからです。

-- cgit v1.2.3-54-g00ecf