aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/globaleventhandlers/oncanplay/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/globaleventhandlers/oncanplay/index.html')
-rw-r--r--files/zh-cn/web/api/globaleventhandlers/oncanplay/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/globaleventhandlers/oncanplay/index.html b/files/zh-cn/web/api/globaleventhandlers/oncanplay/index.html
index e50e97572c..1e42163195 100644
--- a/files/zh-cn/web/api/globaleventhandlers/oncanplay/index.html
+++ b/files/zh-cn/web/api/globaleventhandlers/oncanplay/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/oncanplay
---
<div>{{ ApiRef("HTML DOM") }}</div>
-<p>{{domxref("GlobalEventHandlers")}}的<strong><code>oncanplay</code></strong> 属性是{{domxref("EventHandler")}} 处理 {{event("canplay")}} 事件。</p>
+<p>{{domxref("GlobalEventHandlers")}}的<strong><code>oncanplay</code></strong> 属性是{{event("Event_handlers", "event handler")}} 处理 {{event("canplay")}} 事件。</p>
<p><code>当用户代理能够播放媒体时canplay</code> 事件被触发 , 但是预估没有加载全部的数据以支持媒体播放完毕。</p>