aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-05-02 00:10:33 +0900
committerpotappo <potappo@gmail.com>2021-05-02 23:14:52 +0900
commite0b79e095febcc50bef2de59999176f8548e4ef3 (patch)
treee16d7788b48c1964ad21a8f64ce2f7b4a3c50963 /files/ja/learn
parent3da00508a768ce46c8757a07997fc1c8ddf26de4 (diff)
downloadtranslated-content-e0b79e095febcc50bef2de59999176f8548e4ef3.tar.gz
translated-content-e0b79e095febcc50bef2de59999176f8548e4ef3.tar.bz2
translated-content-e0b79e095febcc50bef2de59999176f8548e4ef3.zip
Update files/ja/learn/forms/html_forms_in_legacy_browsers/index.html
Co-authored-by: potappo <potappo@gmail.com>
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>