aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/learn')
-rw-r--r--files/ja/learn/forms/html_forms_in_legacy_browsers/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/forms/html_forms_in_legacy_browsers/index.html b/files/ja/learn/forms/html_forms_in_legacy_browsers/index.html
index 0deefd6cdd..f36427f48e 100644
--- a/files/ja/learn/forms/html_forms_in_legacy_browsers/index.html
+++ b/files/ja/learn/forms/html_forms_in_legacy_browsers/index.html
@@ -108,7 +108,7 @@ input[type="button"] {
<h5 id="HTMLElementbutton">{{HTMLElement("button")}}</h5>
-<p>{{HTMLElement("button")}} 要は 2 つの問題に悩まされていましたが、すでに解決しました。</p>
+<p>{{HTMLElement("button")}} 要素は 2 つの問題に悩まされていましたが、すでに解決しました。</p>
<ul>
<li>古いバージョンの Internet Explorer では、クリックされたときに、 {{HTMLElement("button")}} 要素の開始タグと終了タグの間にある HTML コンテンツが、 {{htmlattrxref("value","button")}} 属性の内容の代わりに送信されるというバグがありました。これは、ユーザーがどのボタンをクリックしたかによってデータ処理が決まる場合など、その値を送信する必要がある場合にのみ問題となっていました。</li>