diff options
Diffstat (limited to 'files/zh-cn/web/api/htmlmediaelement/onerror/index.html')
-rw-r--r-- | files/zh-cn/web/api/htmlmediaelement/onerror/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlmediaelement/onerror/index.html b/files/zh-cn/web/api/htmlmediaelement/onerror/index.html index 382fadd958..8589fdd95a 100644 --- a/files/zh-cn/web/api/htmlmediaelement/onerror/index.html +++ b/files/zh-cn/web/api/htmlmediaelement/onerror/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/HTMLMediaElement/onerror --- <div>{{APIRef("HTML DOM")}}</div> -<p>The <strong><code>onerror</code></strong> property of the {{domxref("HTMLMediaElement")}} interface is the {{event("Event_handlers")}} for processing {{event("error")}} events.</p> +<p>The <strong><code>onerror</code></strong> property of the {{domxref("HTMLMediaElement")}} interface is the {{domxref("EventHandler")}} for processing {{event("error")}} events.</p> <p>The <code>error</code> event fires when some form of error occurs while attempting to load or perform the media.</p> |