aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmlformelement/submit
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 22:42:50 -0400
committerGitHub <noreply@github.com>2021-08-03 11:42:50 +0900
commitb3400a41e5ff084784e4557bb07c0a351a34d477 (patch)
tree777b9536d6076b57d63328a61d99d4a8a8b6a811 /files/ja/web/api/htmlformelement/submit
parentc372556f6b6e736496dce8f62f8ca346496c3e93 (diff)
downloadtranslated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.gz
translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.bz2
translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.zip
remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851)
Diffstat (limited to 'files/ja/web/api/htmlformelement/submit')
-rw-r--r--files/ja/web/api/htmlformelement/submit/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/htmlformelement/submit/index.html b/files/ja/web/api/htmlformelement/submit/index.html
index 744606cdcd..5fd02f11bb 100644
--- a/files/ja/web/api/htmlformelement/submit/index.html
+++ b/files/ja/web/api/htmlformelement/submit/index.html
@@ -20,7 +20,7 @@ translation_of: Web/API/HTMLFormElement/submit
<h2 id="Notes" name="Notes">注記</h2>
<p>このメソッドはフォームの送信ボタンをクリックするのと同じ動作をします。</p>
-<p>Gecko ベースのアプリケーションからこのメソッドを呼び出すときに、フォームの <code>onsubmit</code> イベントハンドラ (例 : <code>onsubmit="return false;"</code>) はトリガされません。一般的に、ユーザエージェントによる呼び出しは保証されていません (※参照 : <a href="http://lists.w3.org/Archives/Public/www-dom/2012JanMar/0011.html" title="http://lists.w3.org/Archives/Public/www-dom/2012JanMar/0011.html">http://lists.w3.org/Archives/Public/www-dom/2012JanMar/0011.html</a>)</p>
+<p>Gecko ベースのアプリケーションからこのメソッドを呼び出すときに、フォームの <code>onsubmit</code> イベントハンドラ (例 : <code>onsubmit="return false;"</code>) はトリガされません。一般的に、ユーザエージェントによる呼び出しは保証されていません (※参照 : <a href="http://lists.w3.org/Archives/Public/www-dom/2012JanMar/0011.html">http://lists.w3.org/Archives/Public/www-dom/2012JanMar/0011.html</a>)</p>
<p>もしフォームコントロール (送信ボタン等) の <code>name</code> 属性か <code>id</code> 属性の属性値に "<code>submit</code>" が設定されていた場合、フォームの <code>submit</code> メソッドはマスキングされてしまいます。</p>
<h2 id="Specification" name="Specification">仕様書</h2>
<ul>