From 05a7219ba9605649cb6daa281e26209eaa73adf0 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:36:36 -0700 Subject: fix MacroWrongXRefError flaws for some domxref calls (#1018) --- files/zh-cn/web/api/htmlmediaelement/onerror/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api/htmlmediaelement') diff --git a/files/zh-cn/web/api/htmlmediaelement/onerror/index.html b/files/zh-cn/web/api/htmlmediaelement/onerror/index.html index 8589fdd95a..46a2e3faa7 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 ---
{{APIRef("HTML DOM")}}
-

The onerror property of the {{domxref("HTMLMediaElement")}} interface is the {{domxref("EventHandler")}} for processing {{event("error")}} events.

+

The onerror property of the {{domxref("HTMLMediaElement")}} interface is the {{event("Event_handlers", "event handler")}} for processing {{event("error")}} events.

The error event fires when some form of error occurs while attempting to load or perform the media.

-- cgit v1.2.3-54-g00ecf