diff options
Diffstat (limited to 'files/zh-cn/web/api/document/index.html')
-rw-r--r-- | files/zh-cn/web/api/document/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/api/document/index.html b/files/zh-cn/web/api/document/index.html index 838834ffb7..c6c0716b83 100644 --- a/files/zh-cn/web/api/document/index.html +++ b/files/zh-cn/web/api/document/index.html @@ -149,17 +149,17 @@ 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.onreadystatechange")}}</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.onvisibilitychange")}}</dt> - <dd>Is an {{DOMxRef("EventHandler")}} representing the code to be called when the {{event("visibilitychange")}} event is raised.</dd> + <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("visibilitychange")}} event is raised.</dd> </dl> <p>The <code>Document</code> interface is extended with the {{DOMxRef("GlobalEventHandlers")}} interface:</p> |