aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web/html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
commit9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch)
tree3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/conflicting/web/html
parent6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff)
downloadtranslated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip
unslug ja: modify
Diffstat (limited to 'files/ja/conflicting/web/html')
-rw-r--r--files/ja/conflicting/web/html/element/index.html3
-rw-r--r--files/ja/conflicting/web/html/element/title/index.html3
-rw-r--r--files/ja/conflicting/web/html/global_attributes/index.html3
-rw-r--r--files/ja/conflicting/web/html/global_attributes/spellcheck/index.html3
4 files changed, 8 insertions, 4 deletions
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
---
<p>This page list all <strong>standard HTML5 elements</strong>, described by their opening tag and grouped by function. Contrary to the <a href="/ja/docs/HTML/Element" title="HTML/Element">HTML Element index</a> 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.</p>
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
---
<p><strong>title</strong> は、その文脈により異なるものを指す場合があります。</p>
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
---
<p>グローバル属性は、すべての{{glossary("element","要素")}}で使用できる{{glossary("attribute","属性")}}です(ただし、一部の要素には影響を与えないこともあります)。</p>
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
---
<p>{{ Fx_minversion_header(2) }} Firefox 2 はウェブフォームのテキストエリア{{ 訳注("複数行のテキスト入力欄") }}とテキストフィールド{{ 訳注("一行のテキスト入力欄") }}のスペルチェックのサポートを導入します。ユーザーは about:config インターフェースを使って、スペルチェックを有効にするか、テキストエリアとテキストフィールドの両方でチェックするかを設定することができます。</p>
<p>標準では、テキストエリアと <code>designMode</code> ドキュメントではスペルチェックが行われますが、一行の入力ボックスでは行われません。なぜなら、Firefox が ユーザ ID や E メールアドレスを誤ってマークしてしまうと、ユーザの気を散らしてしまうからです。</p>