From 05a7219ba9605649cb6daa281e26209eaa73adf0 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:36:36 -0700 Subject: fix MacroWrongXRefError flaws for some domxref calls (#1018) --- files/ja/web/api/workerglobalscope/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'files/ja/web/api/workerglobalscope/index.html') diff --git a/files/ja/web/api/workerglobalscope/index.html b/files/ja/web/api/workerglobalscope/index.html index 6aac565def..448de05578 100644 --- a/files/ja/web/api/workerglobalscope/index.html +++ b/files/ja/web/api/workerglobalscope/index.html @@ -48,18 +48,18 @@ translation_of: Web/API/WorkerGlobalScope
{{domxref("WorkerGlobalScope.onerror")}}
-
{{event("error")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}}。
+
{{event("error")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}}。
{{domxref("WorkerGlobalScope.onoffline")}}
-
{{event("offline")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}}。
+
{{event("offline")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}}。
{{domxref("WorkerGlobalScope.ononline")}}
-
{{event("online")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}}。
+
{{event("online")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}}。
{{domxref("WorkerGlobalScope.onlanguagechange")}}
-
ユーザーの選択言語を変更したときに、 global/worker スコープオブジェクトで発火する {{domxref("EventHandler")}}。
+
ユーザーの選択言語を変更したときに、 global/worker スコープオブジェクトで発火する {{event("Event_handlers", "event handler")}}。
{{domxref("WorkerGlobalScope.onclose")}} {{non-standard_inline}}
-
{{event("close")}} イベントが発生したときに呼び出されるコードを表す {{domxref("EventHandler")}}。
+
{{event("close")}} イベントが発生したときに呼び出されるコードを表す {{event("Event_handlers", "event handler")}}。
{{domxref("WorkerGlobalScope.onrejectionhandled")}} {{non-standard_inline}}
Promise の rejection イベントを制御するためのイベントハンドラ。
{{domxref("WorkerGlobalScope.onunhandledrejection")}} {{non-standard_inline}}
-- cgit v1.2.3-54-g00ecf