aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/attributes/multiple/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/html/attributes/multiple/index.html')
-rw-r--r--files/ja/web/html/attributes/multiple/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/attributes/multiple/index.html b/files/ja/web/html/attributes/multiple/index.html
index da54459d50..dc35914ae8 100644
--- a/files/ja/web/html/attributes/multiple/index.html
+++ b/files/ja/web/html/attributes/multiple/index.html
@@ -69,7 +69,7 @@ translation_of: Web/HTML/Attributes/multiple
<p><code>multiple</code> 属性が指定された場合のみ、値はカンマで区切られた適切な形式のメールアドレスのリストになります。リスト内の各アドレスから、末尾の空白と先頭の空白はすべて削除されます。 <code><a href="/ja/docs/Web/HTML/Attributes/required">required</a></code> 属性が存在する場合、少なくとも1つのメールアドレスが必要です。</p>
-<p>ブラウザーによっては、 <code>multiple</code> が存在する場合に関連付けられた {{htmlelement('datalist')}} から配下のメール会アドレスのためにオプションの <code><a href="/en-US/docs/Web/HTML/Attributes/list">list</a></code> を表示することがあります。他のブラウザーは対応していません。</p>
+<p>ブラウザーによっては、 <code>multiple</code> が存在する場合に関連付けられた {{htmlelement('datalist')}} から配下のメール会アドレスのためにオプションの <code><a href="/ja/docs/Web/HTML/Attributes/list">list</a></code> を表示することがあります。他のブラウザーは対応していません。</p>
<p>{{EmbedLiveSample("email_input", 600, 80) }}</p>