aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/windoweventhandlers/onunload/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/windoweventhandlers/onunload/index.html')
-rw-r--r--files/ja/web/api/windoweventhandlers/onunload/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/windoweventhandlers/onunload/index.html b/files/ja/web/api/windoweventhandlers/onunload/index.html
index ee34416709..077b5a3e55 100644
--- a/files/ja/web/api/windoweventhandlers/onunload/index.html
+++ b/files/ja/web/api/windoweventhandlers/onunload/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/WindowEventHandlers/onunload
---
<div>{{APIRef("HTML DOM")}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onunload</code></strong> プロパティは、{{Event("unload")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、ウィンドウがコンテンツとリソースをアンロードするときに発生します。 リソースの除去は、<code>unload</code> イベントが発生した後に処理されます。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onunload</code></strong> プロパティは、{{Event("unload")}} イベントを処理するための {{event("Event_handlers")}} です。 このイベントは、ウィンドウがコンテンツとリソースをアンロードするときに発生します。 リソースの除去は、<code>unload</code> イベントが発生した後に処理されます。</span></p>
<div class="blockIndicator note">
<p><strong>メモ</strong>: ポップアップブロッカーを備えたブラウザーは、<code>onunload</code> イベントハンドラ関数にあるすべての {{domxref("Window.open()")}} メソッドの呼び出しを無視します。</p>