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/document/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ja/web/api/document') diff --git a/files/ja/web/api/document/index.html b/files/ja/web/api/document/index.html index 3a7cad090c..806712e9fc 100644 --- a/files/ja/web/api/document/index.html +++ b/files/ja/web/api/document/index.html @@ -147,17 +147,17 @@ translation_of: Web/API/Document
{{DOMxRef("Document.oncut")}} {{Non-standard_Inline}}
{{event("cut")}} イベント用のイベント制御コードを表します。
{{DOMxRef("Document.onfullscreenchange")}}
-
{{event("fullscreenchange")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。
+
{{event("fullscreenchange")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。
{{DOMxRef("Document.onfullscreenerror")}}
-
{{event("fullscreenerror")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。
+
{{event("fullscreenerror")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。
{{DOMxRef("Document.onpaste")}} {{Non-standard_Inline}}
{{event("paste")}} イベント用のイベント制御コードを表します。
{{DOMxRef("Document.onreadystatechange")}}
{{event("readystatechange")}} イベント用のイベント制御コードを表します。
{{DOMxRef("Document.onselectionchange")}} {{Experimental_Inline}}
-
{{event("selectionchange")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。
+
{{event("selectionchange")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。
{{DOMxRef("Document.onvisibilitychange")}}
-
{{event("visibilitychange")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。
+
{{event("visibilitychange")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。

Document インターフェイスは、{{DOMxRef("GlobalEventHandlers")}} インターフェイスから派生しています。

-- cgit v1.2.3-54-g00ecf