diff options
Diffstat (limited to 'files/ja/web/api/windoweventhandlers')
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 5d64d64463..e06b61d49c 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")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("afterprint")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onbeforeprint")}}</dt> - <dd>{{event("beforeprint")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("beforeprint")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onbeforeunload")}}</dt> - <dd>{{event("beforeunload")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("beforeunload")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onhashchange")}}</dt> - <dd>{{event("hashchange")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("hashchange")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onlanguagechange")}} {{experimental_inline}}</dt> - <dd>{{event("languagechange")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("languagechange")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onmessage")}}</dt> - <dd>{{event("message")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("message")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onmessageerror")}}</dt> - <dd>{{event("MessageError")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("MessageError")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onoffline")}}</dt> - <dd>{{event("offline")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("offline")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.ononline")}}</dt> - <dd>{{event("online")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("online")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onpagehide")}}</dt> - <dd>{{event("pagehide")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("pagehide")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onpageshow")}}</dt> - <dd>{{event("pageshow")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("pageshow")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onpopstate")}}</dt> - <dd>{{event("popstate")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("popstate")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onrejectionhandled")}}</dt> - <dd>{{event("rejectionhandled")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。 {{jsxref("Promise")}} が拒否され、拒否が処理されたことを示します。</dd> + <dd>{{event("rejectionhandled")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。 {{jsxref("Promise")}} が拒否され、拒否が処理されたことを示します。</dd> <dt>{{domxref("WindowEventHandlers.onstorage")}}</dt> - <dd>{{event("storage")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("storage")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</dd> <dt>{{domxref("WindowEventHandlers.onunhandledrejection")}}</dt> - <dd>{{event("unhandledrejection")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。 {{jsxref("Promise")}} は拒否されたが拒否が処理されなかったことを示します。</dd> + <dd>{{event("unhandledrejection")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。 {{jsxref("Promise")}} は拒否されたが拒否が処理されなかったことを示します。</dd> <dt>{{domxref("WindowEventHandlers.onunload")}}</dt> - <dd>{{event("unload")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers")}} です。</dd> + <dd>{{event("unload")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}} です。</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 093dc9c62e..8850542176 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")}} イベントを処理するための {{event("Event_handlers")}} です。 このイベントは、ユーザーが印刷した後や、ユーザーが印刷ダイアログで中止した場合に発生します。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onafterprint</code></strong> プロパティは、現在のウィンドウの {{event("afterprint")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、ユーザーが印刷した後や、ユーザーが印刷ダイアログで中止した場合に発生します。</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 e19375e17d..3365ee7e4d 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")}} イベントを処理するための {{event("Event_handlers")}} です。 このイベントは、印刷ダイアログウィンドウが開く前に発生します。</p> +<p>{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onbeforeprint</code></strong> プロパティは、現在のウィンドウの {{event("beforeprint")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、印刷ダイアログウィンドウが開く前に発生します。</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 ab88a283a4..2df07cafcd 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")}} イベントを処理する {{event("Event_handlers")}} です。このイベントはウィンドウでリソースを {{event("unload")}} しようとするときに発生します。この時点では文書はまだ表示されており、イベントはキャンセル可能な状態です。</p> +<p><code><strong>onbeforeunload</strong></code> は {{domxref("WindowEventHandlers")}} ミックスインのプロパティで、 {{event("beforeunload")}} イベントを処理する {{domxref("EventHandler")}} です。このイベントはウィンドウでリソースを {{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 2f1d29b1d8..ad25ea1977 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> イベントを処理するための {{event("Event_handlers")}} です。</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> イベントを処理するための {{domxref("EventHandler")}} です。</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 e56445d9b8..4af90d8573 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")}} イベントを処理するための {{event("Event_handlers")}} です。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onlanguagechange</code></strong> プロパティは、{{event("languagechange")}} イベントを処理するための {{domxref("EventHandler")}} です。</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 cd78aca784..7c0b151337 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")}} イベントを受け取るたびに呼び出される {{event("Event_handlers")}} です。</p> +<p>{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onmessage</code></strong> プロパティは、オブジェクトが {{event("message")}} イベントを受け取るたびに呼び出される {{domxref("EventHandler")}} です。</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 f41ad37fb3..3063f71af1 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> イベントを処理するための {{event("Event_handlers")}} です。</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> イベントを処理するための {{domxref("EventHandler")}} です。</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 eec452ead4..c2bdf26513 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")}} イベントを処理するための {{event("Event_handlers")}} です。 このイベントは、{{jsxref("Promise")}} が拒否されたときに発生します。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onrejectionhandled</code></strong> プロパティは、{{event("rejectionhandled")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、{{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 bfb2d70797..b93699fd04 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> イベントを処理するための {{event("Event_handlers")}} です。</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> イベントを処理するための {{domxref("EventHandler")}} です。</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 15334441cc..5c4f100cec 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")}} イベントを処理するための {{event("Event_handlers")}} です。 このイベントは、処理されなかった {{jsxref("Promise")}} 拒否に対して発生します。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onunhandledrejection</code></strong> プロパティは、{{event("unhandledrejection")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、処理されなかった {{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> イベントを受け取ったときに呼び出す {{event("Event_handlers")}} または関数です。 イベントハンドラは、{{domxref("PromiseRejectionEvent")}} を入力パラメーターとして受け取ります。</p> +<p><code>function</code> は、ウィンドウが <code>unhandledrejection</code> イベントを受け取ったときに呼び出す {{domxref("EventHandler")}} または関数です。 イベントハンドラは、{{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 077b5a3e55..ee34416709 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")}} イベントを処理するための {{event("Event_handlers")}} です。 このイベントは、ウィンドウがコンテンツとリソースをアンロードするときに発生します。 リソースの除去は、<code>unload</code> イベントが発生した後に処理されます。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onunload</code></strong> プロパティは、{{Event("unload")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、ウィンドウがコンテンツとリソースをアンロードするときに発生します。 リソースの除去は、<code>unload</code> イベントが発生した後に処理されます。</span></p> <div class="blockIndicator note"> <p><strong>メモ</strong>: ポップアップブロッカーを備えたブラウザーは、<code>onunload</code> イベントハンドラ関数にあるすべての {{domxref("Window.open()")}} メソッドの呼び出しを無視します。</p> |