diff options
Diffstat (limited to 'files/ja/web/api/htmlformelement/submit/index.html')
-rw-r--r-- | files/ja/web/api/htmlformelement/submit/index.html | 2 |
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> |