diff options
Diffstat (limited to 'files/ja/web/api/globaleventhandlers/oncancel/index.html')
-rw-r--r-- | files/ja/web/api/globaleventhandlers/oncancel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/globaleventhandlers/oncancel/index.html b/files/ja/web/api/globaleventhandlers/oncancel/index.html index 8d2288770f..778a735226 100644 --- a/files/ja/web/api/globaleventhandlers/oncancel/index.html +++ b/files/ja/web/api/globaleventhandlers/oncancel/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/GlobalEventHandlers/oncancel <h3 id="引数">引数</h3> -<p><code>functionRef</code>は関数名もしくは<a href="https://wiki.developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は{{domxref("Event")}}オブジェクトを唯一の引数として受け取ります。</p> +<p><code>functionRef</code>は関数名もしくは<a href="/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は{{domxref("Event")}}オブジェクトを唯一の引数として受け取ります。</p> <p><code>oncancel</code>ハンドラーは一つのオブジェクトに対して一つのみ割り当てることが可能です。より柔軟であることから{{domxref("EventTarget.addEventListener()")}}メソッドを代わりに使用するのも良いかもしれません。</p> |