aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/globaleventhandlers/oninvalid/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/globaleventhandlers/oninvalid/index.html')
-rw-r--r--files/zh-cn/web/api/globaleventhandlers/oninvalid/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/globaleventhandlers/oninvalid/index.html b/files/zh-cn/web/api/globaleventhandlers/oninvalid/index.html
index c192d2ee5e..01c10578c7 100644
--- a/files/zh-cn/web/api/globaleventhandlers/oninvalid/index.html
+++ b/files/zh-cn/web/api/globaleventhandlers/oninvalid/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/GlobalEventHandlers/oninvalid
---
<div>{{ ApiRef("HTML DOM") }}</div>
-<p>{{domxref("GlobalEventHandlers")}} 混合的<code><strong>oninvalid</strong></code>属性 是 {{domxref("EventHandler")}} 处理{{event("invalid")}} 事件。</p>
+<p>{{domxref("GlobalEventHandlers")}} 混合的<code><strong>oninvalid</strong></code>属性 是 {{event("Event_handlers")}} 处理{{event("invalid")}} 事件。</p>
<p><code>invalid</code> 事件被触发当一个从属元素被勾选checked 并且与之前的选中方式不同。 有效的从属元素在表单之前被选中, 或者在 <code><a href="/en-US/docs/Learn/HTML/Forms/Form_validation">checkValidity()</a></code> 方法之后它自己的表单被调用。</p>