diff options
Diffstat (limited to 'files/zh-tw/web/api/document/index.html')
-rw-r--r-- | files/zh-tw/web/api/document/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-tw/web/api/document/index.html b/files/zh-tw/web/api/document/index.html index 35285c2178..f3064fdb7e 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 <dt>{{domxref("Document.oncut")}} {{non-standard_inline}}</dt> <dd>Represents the event handling code for the {{event("cut")}} event.</dd> <dt>{{domxref("Document.onfullscreenchange")}}</dt> - <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("fullscreenchange")}} event is raised.</dd> + <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("fullscreenchange")}} event is raised.</dd> <dt>{{domxref("Document.onfullscreenerror")}}</dt> - <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("fullscreenerror")}} event is raised.</dd> + <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("fullscreenerror")}} event is raised.</dd> <dt>{{domxref("Document.onpaste")}} {{non-standard_inline}}</dt> <dd>Represents the event handling code for the {{event("paste")}} event.</dd> <dt>{{domxref("Document.onpointerlockchange")}} {{experimental_inline}}</dt> @@ -185,7 +185,7 @@ translation_of: Web/API/Document <dt>{{domxref("Document.onreadystatechange")}} {{gecko_minversion_inline("1.9.2")}}</dt> <dd>Represents the event handling code for the {{event("readystatechange")}} event.</dd> <dt>{{domxref("Document.onselectionchange")}} {{experimental_inline}}</dt> - <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("selectionchange")}} event is raised.</dd> + <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("selectionchange")}} event is raised.</dd> <dt>{{domxref("Document.onwheel")}} {{non-standard_inline}}</dt> <dd>Represents the event handling code for the {{event("wheel")}} event.</dd> </dl> |