diff options
Diffstat (limited to 'files/zh-cn/web/api/globaleventhandlers/onplaying/index.html')
-rw-r--r-- | files/zh-cn/web/api/globaleventhandlers/onplaying/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/globaleventhandlers/onplaying/index.html b/files/zh-cn/web/api/globaleventhandlers/onplaying/index.html index 25b77afc32..bdf07aae0b 100644 --- a/files/zh-cn/web/api/globaleventhandlers/onplaying/index.html +++ b/files/zh-cn/web/api/globaleventhandlers/onplaying/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onplaying --- <div>{{ApiRef("HTML DOM")}}</div> -<p>The <strong><code>onplaying</code></strong> property of the {{domxref("GlobalEventHandlers")}} mixin is the {{domxref("EventHandler")}} for processing {{event("playing")}} events.</p> +<p>The <strong><code>onplaying</code></strong> property of the {{domxref("GlobalEventHandlers")}} mixin is the {{event("Event_handlers")}} for processing {{event("playing")}} events.</p> <p><code>playing</code> 事件将会在媒体做好播放准备后(因暂停或网络延迟而导致媒体数据缺失)触发。</p> |