aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/windoweventhandlers
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-05-28 12:36:36 -0700
committerGitHub <noreply@github.com>2021-05-28 12:36:36 -0700
commit05a7219ba9605649cb6daa281e26209eaa73adf0 (patch)
tree63c9443b214d52257ff4ef5546f9e70c8b7365cd /files/ja/web/api/windoweventhandlers
parent220a7d23b0755acc06146c1262aa09ba22d6e3b1 (diff)
downloadtranslated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.gz
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.bz2
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.zip
fix MacroWrongXRefError flaws for some domxref calls (#1018)
Diffstat (limited to 'files/ja/web/api/windoweventhandlers')
-rw-r--r--files/ja/web/api/windoweventhandlers/index.html32
-rw-r--r--files/ja/web/api/windoweventhandlers/onafterprint/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onbeforeprint/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onbeforeunload/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onhashchange/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onlanguagechange/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onmessage/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onpopstate/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onstorage/index.html2
-rw-r--r--files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html4
-rw-r--r--files/ja/web/api/windoweventhandlers/onunload/index.html2
12 files changed, 28 insertions, 28 deletions
diff --git a/files/ja/web/api/windoweventhandlers/index.html b/files/ja/web/api/windoweventhandlers/index.html
index e06b61d49c..01648c5e00 100644
--- a/files/ja/web/api/windoweventhandlers/index.html
+++ b/files/ja/web/api/windoweventhandlers/index.html
@@ -24,37 +24,37 @@ translation_of: Web/API/WindowEventHandlers
<dl>
<dt>{{domxref("WindowEventHandlers.onafterprint")}}</dt>
- <dd>{{event("afterprint")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("afterprint")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onbeforeprint")}}</dt>
- <dd>{{event("beforeprint")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("beforeprint")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onbeforeunload")}}</dt>
- <dd>{{event("beforeunload")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("beforeunload")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onhashchange")}}</dt>
- <dd>{{event("hashchange")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("hashchange")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onlanguagechange")}} {{experimental_inline}}</dt>
- <dd>{{event("languagechange")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("languagechange")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onmessage")}}</dt>
- <dd>{{event("message")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("message")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onmessageerror")}}</dt>
- <dd>{{event("MessageError")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("MessageError")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onoffline")}}</dt>
- <dd>{{event("offline")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("offline")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.ononline")}}</dt>
- <dd>{{event("online")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("online")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onpagehide")}}</dt>
- <dd>{{event("pagehide")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("pagehide")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onpageshow")}}</dt>
- <dd>{{event("pageshow")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("pageshow")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onpopstate")}}</dt>
- <dd>{{event("popstate")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("popstate")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onrejectionhandled")}}</dt>
- <dd>{{event("rejectionhandled")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。 {{jsxref("Promise")}} が拒否され、拒否が処理されたことを示します。</dd>
+ <dd>{{event("rejectionhandled")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。 {{jsxref("Promise")}} が拒否され、拒否が処理されたことを示します。</dd>
<dt>{{domxref("WindowEventHandlers.onstorage")}}</dt>
- <dd>{{event("storage")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("storage")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{domxref("WindowEventHandlers.onunhandledrejection")}}</dt>
- <dd>{{event("unhandledrejection")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。 {{jsxref("Promise")}} は拒否されたが拒否が処理されなかったことを示します。</dd>
+ <dd>{{event("unhandledrejection")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。 {{jsxref("Promise")}} は拒否されたが拒否が処理されなかったことを示します。</dd>
<dt>{{domxref("WindowEventHandlers.onunload")}}</dt>
- <dd>{{event("unload")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd>
+ <dd>{{event("unload")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
</dl>
<h2 id="Methods" name="Methods">メソッド</h2>
diff --git a/files/ja/web/api/windoweventhandlers/onafterprint/index.html b/files/ja/web/api/windoweventhandlers/onafterprint/index.html
index 8850542176..a74a5592d7 100644
--- a/files/ja/web/api/windoweventhandlers/onafterprint/index.html
+++ b/files/ja/web/api/windoweventhandlers/onafterprint/index.html
@@ -15,7 +15,7 @@ original_slug: Web/API/Window/onafterprint
---
<div>{{ApiRef}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onafterprint</code></strong> プロパティは、現在のウィンドウの {{event("afterprint")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、ユーザーが印刷した後や、ユーザーが印刷ダイアログで中止した場合に発生します。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onafterprint</code></strong> プロパティは、現在のウィンドウの {{event("afterprint")}} イベントを処理するための {{event("Event_handlers", "event handler")}} です。 このイベントは、ユーザーが印刷した後や、ユーザーが印刷ダイアログで中止した場合に発生します。</span></p>
<p>{{event("beforeprint")}} イベントと <code>afterprint</code> イベントを使用すると、印刷を開始する前にページでコンテンツを変更し(例えば、バナーを削除するなど)、印刷の完了後にそれらの変更を元に戻すことができます。 一般に、<code><a href="/ja/docs/Web/CSS/Media_Queries/Using_media_queries#Media_types">@media print</a></code> CSS @-規則の使用を好むはずですが、場合によってはこれらのイベントを使用する必要があるかもしれません。</p>
diff --git a/files/ja/web/api/windoweventhandlers/onbeforeprint/index.html b/files/ja/web/api/windoweventhandlers/onbeforeprint/index.html
index 3365ee7e4d..7460c9bedc 100644
--- a/files/ja/web/api/windoweventhandlers/onbeforeprint/index.html
+++ b/files/ja/web/api/windoweventhandlers/onbeforeprint/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/WindowEventHandlers/onbeforeprint
---
<div>{{ApiRef}}</div>
-<p>{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onbeforeprint</code></strong> プロパティは、現在のウィンドウの {{event("beforeprint")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、印刷ダイアログウィンドウが開く前に発生します。</p>
+<p>{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onbeforeprint</code></strong> プロパティは、現在のウィンドウの {{event("beforeprint")}} イベントを処理するための {{event("Event_handlers", "event handler")}} です。 このイベントは、印刷ダイアログウィンドウが開く前に発生します。</p>
<p><code>beforeprint</code> イベントと {{event("afterprint")}} イベントを使用すると、印刷を開始する前にページでコンテンツを変更し(例えば、バナーを削除するなど)、印刷の完了後にそれらの変更を元に戻すことができます。 一般に、<code><a href="/ja/docs/Web/CSS/Media_Queries/Using_media_queries#Media_types">@media print</a></code> CSS @-規則の使用を好むはずですが、場合によってはこれらのイベントを使用する必要があるかもしれません。</p>
diff --git a/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html b/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html
index 2df07cafcd..4cae423f48 100644
--- a/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html
+++ b/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/WindowEventHandlers/onbeforeunload
---
<div>{{APIRef("HTML DOM")}}</div>
-<p><code><strong>onbeforeunload</strong></code> は {{domxref("WindowEventHandlers")}} ミックスインのプロパティで、 {{event("beforeunload")}} イベントを処理する {{domxref("EventHandler")}} です。このイベントはウィンドウでリソースを {{event("unload")}} しようとするときに発生します。この時点では文書はまだ表示されており、イベントはキャンセル可能な状態です。</p>
+<p><code><strong>onbeforeunload</strong></code> は {{domxref("WindowEventHandlers")}} ミックスインのプロパティで、 {{event("beforeunload")}} イベントを処理する {{event("Event_handlers", "event handler")}} です。このイベントはウィンドウでリソースを {{event("unload")}} しようとするときに発生します。この時点では文書はまだ表示されており、イベントはキャンセル可能な状態です。</p>
<div class="note">
<p><strong>メモ:</strong> ブラウザーによっては不要なポップアップを防ぐために、ページで操作が行われない限り、 <code>beforeunload</code> イベントハンドラーの中で作られたプロンプトを表示しないことがあります。さらに、ブラウザーによっては全く表示しないかもしれません。</p>
diff --git a/files/ja/web/api/windoweventhandlers/onhashchange/index.html b/files/ja/web/api/windoweventhandlers/onhashchange/index.html
index ad25ea1977..fe48070dc5 100644
--- a/files/ja/web/api/windoweventhandlers/onhashchange/index.html
+++ b/files/ja/web/api/windoweventhandlers/onhashchange/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/WindowEventHandlers/onhashchange
---
<div>{{APIRef("HTML DOM")}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onhashchange</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/hashchange_event">hashchange</a></code> イベントを処理するための {{domxref("EventHandler")}} です。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onhashchange</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/hashchange_event">hashchange</a></code> イベントを処理するための {{event("Event_handlers", "event handler")}} です。</span></p>
<p><code>hashchange</code> イベントは、ウィンドウのハッシュが変更されると発生します({{domxref("Window.location")}} および {{domxref("HTMLHyperlinkElementUtils.hash")}} を参照)。</p>
diff --git a/files/ja/web/api/windoweventhandlers/onlanguagechange/index.html b/files/ja/web/api/windoweventhandlers/onlanguagechange/index.html
index 4af90d8573..eb12ec02e4 100644
--- a/files/ja/web/api/windoweventhandlers/onlanguagechange/index.html
+++ b/files/ja/web/api/windoweventhandlers/onlanguagechange/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/WindowEventHandlers/onlanguagechange
---
<div>{{APIRef("HTML DOM")}} {{SeeCompatTable}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onlanguagechange</code></strong> プロパティは、{{event("languagechange")}} イベントを処理するための {{domxref("EventHandler")}} です。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onlanguagechange</code></strong> プロパティは、{{event("languagechange")}} イベントを処理するための {{event("Event_handlers", "event handler")}} です。</span></p>
<p>このイベントは、このインターフェイスを実装するオブジェクト(通常は {{domxref("Window")}}、{{domxref("HTMLBodyElement")}}、{{domxref("HTMLIFrameElement")}})によって受信されます。 このイベントは、優先言語リストが更新されたことを知らせるためにブラウザーによって送信されます。 このリストは、{{domxref("NavigatorLanguage.languages")}} を介してアクセスできます。</p>
diff --git a/files/ja/web/api/windoweventhandlers/onmessage/index.html b/files/ja/web/api/windoweventhandlers/onmessage/index.html
index 7c0b151337..44275eff62 100644
--- a/files/ja/web/api/windoweventhandlers/onmessage/index.html
+++ b/files/ja/web/api/windoweventhandlers/onmessage/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/WindowEventHandlers/onmessage
---
<div>{{APIRef("HTML DOM")}}{{ SeeCompatTable() }}</div>
-<p>{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onmessage</code></strong> プロパティは、オブジェクトが {{event("message")}} イベントを受け取るたびに呼び出される {{domxref("EventHandler")}} です。</p>
+<p>{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onmessage</code></strong> プロパティは、オブジェクトが {{event("message")}} イベントを受け取るたびに呼び出される {{event("Event_handlers", "event handler")}} です。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
diff --git a/files/ja/web/api/windoweventhandlers/onpopstate/index.html b/files/ja/web/api/windoweventhandlers/onpopstate/index.html
index 3063f71af1..4d9050868f 100644
--- a/files/ja/web/api/windoweventhandlers/onpopstate/index.html
+++ b/files/ja/web/api/windoweventhandlers/onpopstate/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/WindowEventHandlers/onpopstate
---
<div>{{APIRef}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onpopstate</code></strong> プロパティは、ウィンドウの <code><a href="/ja/docs/Web/API/Window/popstate_event">popstate</a></code> イベントを処理するための {{domxref("EventHandler")}} です。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onpopstate</code></strong> プロパティは、ウィンドウの <code><a href="/ja/docs/Web/API/Window/popstate_event">popstate</a></code> イベントを処理するための {{event("Event_handlers", "event handler")}} です。</span></p>
<p><code>popstate</code> イベントは、同じ文書の2つの履歴項目の間で、アクティブな履歴項目が変わるたびにウィンドウに発行されます。アクティブな履歴項目が <code>history.pushState()</code> を呼び出したことで作成されたり、 <code>history.replaceState()</code> を呼び出したことで影響されたりした場合、 <code>popstate</code> イベントの <code>state</code> プロパティが履歴項目の状態オブジェクトのコピーを保持します。</p>
diff --git a/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html b/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html
index c2bdf26513..5516119fce 100644
--- a/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html
+++ b/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/WindowEventHandlers/onrejectionhandled
---
<div>{{APIRef}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onrejectionhandled</code></strong> プロパティは、{{event("rejectionhandled")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、{{jsxref("Promise")}} が拒否されたときに発生します。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onrejectionhandled</code></strong> プロパティは、{{event("rejectionhandled")}} イベントを処理するための {{event("Event_handlers", "event handler")}} です。 このイベントは、{{jsxref("Promise")}} が拒否されたときに発生します。</span></p>
<h2 id="Syntax" name="Syntax">構文</h2>
diff --git a/files/ja/web/api/windoweventhandlers/onstorage/index.html b/files/ja/web/api/windoweventhandlers/onstorage/index.html
index b93699fd04..77b29e987c 100644
--- a/files/ja/web/api/windoweventhandlers/onstorage/index.html
+++ b/files/ja/web/api/windoweventhandlers/onstorage/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/WindowEventHandlers/onstorage
---
<div class="syntaxbox">{{ ApiRef() }}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onstorage</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/storage_event">storage</a></code> イベントを処理するための {{domxref("EventHandler")}} です。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onstorage</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/storage_event">storage</a></code> イベントを処理するための {{event("Event_handlers", "event handler")}} です。</span></p>
<p><code>storage</code> イベントは、別のドキュメントのコンテキストでストレージ領域が変更されたときに発生します。</p>
diff --git a/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html b/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html
index 5c4f100cec..60742cc718 100644
--- a/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html
+++ b/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/WindowEventHandlers/onunhandledrejection
---
<div>{{APIRef}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onunhandledrejection</code></strong> プロパティは、{{event("unhandledrejection")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、処理されなかった {{jsxref("Promise")}} 拒否に対して発生します。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onunhandledrejection</code></strong> プロパティは、{{event("unhandledrejection")}} イベントを処理するための {{event("Event_handlers", "event handler")}} です。 このイベントは、処理されなかった {{jsxref("Promise")}} 拒否に対して発生します。</span></p>
<h2 id="Syntax" name="Syntax">構文</h2>
@@ -23,7 +23,7 @@ translation_of: Web/API/WindowEventHandlers/onunhandledrejection
<h3 id="Value" name="Value">値</h3>
-<p><code>function</code> は、ウィンドウが <code>unhandledrejection</code> イベントを受け取ったときに呼び出す {{domxref("EventHandler")}} または関数です。 イベントハンドラは、{{domxref("PromiseRejectionEvent")}} を入力パラメーターとして受け取ります。</p>
+<p><code>function</code> は、ウィンドウが <code>unhandledrejection</code> イベントを受け取ったときに呼び出す {{event("Event_handlers", "event handler")}} または関数です。 イベントハンドラは、{{domxref("PromiseRejectionEvent")}} を入力パラメーターとして受け取ります。</p>
<h2 id="Examples" name="Examples">例</h2>
diff --git a/files/ja/web/api/windoweventhandlers/onunload/index.html b/files/ja/web/api/windoweventhandlers/onunload/index.html
index ee34416709..fd359a17cb 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", "event handler")}} です。 このイベントは、ウィンドウがコンテンツとリソースをアンロードするときに発生します。 リソースの除去は、<code>unload</code> イベントが発生した後に処理されます。</span></p>
<div class="blockIndicator note">
<p><strong>メモ</strong>: ポップアップブロッカーを備えたブラウザーは、<code>onunload</code> イベントハンドラ関数にあるすべての {{domxref("Window.open()")}} メソッドの呼び出しを無視します。</p>