aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html')
-rw-r--r--files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html b/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html
index 461ec2951f..e476a7a4a1 100644
--- a/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html
+++ b/files/zh-cn/web/api/globaleventhandlers/ontransitioncancel/index.html
@@ -5,10 +5,10 @@ translation_of: Web/API/GlobalEventHandlers/ontransitioncancel
---
<div>{{APIRef("CSS3 Transitions")}}</div>
-<p>{{domxref("GlobalEventHandlers")}}混合 的 <code><strong>ontransitioncancel</strong></code>  属性 是处理 {{event("transitioncancel")}} 事件的手柄{{event("Event_handlers")}}.</p>
+<p>{{domxref("GlobalEventHandlers")}}混合 的 <code><strong>ontransitioncancel</strong></code>  属性 是处理 {{event("transitioncancel")}} 事件的手柄{{domxref("EventHandler")}}.</p>
<div class="blockIndicator note">
-<p>domxref("GlobalEventHandlers") 与 event("Event_handlers"): dom修订版本的事件手柄。</p>
+<p>domxref("GlobalEventHandlers") 与 domxref("EventHandler"): dom修订版本的事件手柄。</p>
<p>event("transitioncancel"):transitioncancel事件</p>
</div>