aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/guide/html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/guide/html')
-rw-r--r--files/ja/web/guide/html/event_attributes/index.html1
-rw-r--r--files/ja/web/guide/html/html5/html5_element_list/index.html1
-rw-r--r--files/ja/web/guide/html/obsolete_things_to_avoid/index.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/files/ja/web/guide/html/event_attributes/index.html b/files/ja/web/guide/html/event_attributes/index.html
index 305d8491d4..0c2047bce5 100644
--- a/files/ja/web/guide/html/event_attributes/index.html
+++ b/files/ja/web/guide/html/event_attributes/index.html
@@ -9,6 +9,7 @@ tags:
- JavaScript
translation_of: >-
Learn/JavaScript/Building_blocks/Events#Inline_event_handlers_%E2%80%94_don%27t_use_these
+translation_of_original: Web/Guide/HTML/Event_attributes
---
<p><span class="seoSummary">すべての HTML 要素は、特定のイベントが発生したときの JavaScript の実行が許可された属性の集合から成り立ちます。これらは Event 属性と呼ばれ、その属性名には "on" の接頭辞が付きます。</span>例えば、ユーザーが要素をクリックしたときに JavaScript を実行するために、JavaScript を <code>onclick</code> 属性の中に書きます。</p>
diff --git a/files/ja/web/guide/html/html5/html5_element_list/index.html b/files/ja/web/guide/html/html5/html5_element_list/index.html
index fef48af8f1..b5da7466db 100644
--- a/files/ja/web/guide/html/html5/html5_element_list/index.html
+++ b/files/ja/web/guide/html/html5/html5_element_list/index.html
@@ -5,6 +5,7 @@ tags:
- HTML
- HTML5
translation_of: Web/HTML/Element
+translation_of_original: 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/web/guide/html/obsolete_things_to_avoid/index.html b/files/ja/web/guide/html/obsolete_things_to_avoid/index.html
index 4fb68efa3b..1c8a7cc261 100644
--- a/files/ja/web/guide/html/obsolete_things_to_avoid/index.html
+++ b/files/ja/web/guide/html/obsolete_things_to_avoid/index.html
@@ -6,6 +6,7 @@ tags:
- NeedsContent
- NeedsTechnicalReview
translation_of: Learn/HTML/Introduction_to_HTML
+translation_of_original: Web/Guide/HTML/Obsolete_things_to_avoid
---
<h2 id="導入">導入</h2>