From 220a7d23b0755acc06146c1262aa09ba22d6e3b1 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:05:52 -0700 Subject: Revert "replace some domxref macro calls with event macro calls (#1016)" (#1017) This reverts commit 2958ec7e85c9a1182cd81728e3705948a2c39d71. --- files/zh-tw/web/api/document/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-tw/web/api/document/index.html') diff --git a/files/zh-tw/web/api/document/index.html b/files/zh-tw/web/api/document/index.html index f3064fdb7e..35285c2178 100644 --- a/files/zh-tw/web/api/document/index.html +++ b/files/zh-tw/web/api/document/index.html @@ -173,9 +173,9 @@ translation_of: Web/API/Document
{{domxref("Document.oncut")}} {{non-standard_inline}}
Represents the event handling code for the {{event("cut")}} event.
{{domxref("Document.onfullscreenchange")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("fullscreenchange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("fullscreenchange")}} event is raised.
{{domxref("Document.onfullscreenerror")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("fullscreenerror")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("fullscreenerror")}} event is raised.
{{domxref("Document.onpaste")}} {{non-standard_inline}}
Represents the event handling code for the {{event("paste")}} event.
{{domxref("Document.onpointerlockchange")}} {{experimental_inline}}
@@ -185,7 +185,7 @@ translation_of: Web/API/Document
{{domxref("Document.onreadystatechange")}} {{gecko_minversion_inline("1.9.2")}}
Represents the event handling code for the {{event("readystatechange")}} event.
{{domxref("Document.onselectionchange")}} {{experimental_inline}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("selectionchange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("selectionchange")}} event is raised.
{{domxref("Document.onwheel")}} {{non-standard_inline}}
Represents the event handling code for the {{event("wheel")}} event.
-- cgit v1.2.3-54-g00ecf