aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/focusout_event
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/element/focusout_event')
-rw-r--r--files/zh-cn/web/api/element/focusout_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/element/focusout_event/index.html b/files/zh-cn/web/api/element/focusout_event/index.html
index 87a8a9bd48..defd92146f 100644
--- a/files/zh-cn/web/api/element/focusout_event/index.html
+++ b/files/zh-cn/web/api/element/focusout_event/index.html
@@ -1,7 +1,8 @@
---
title: focusout
-slug: Web/Events/focusout
+slug: Web/API/Element/focusout_event
translation_of: Web/API/Element/focusout_event
+original_slug: Web/Events/focusout
---
<p>当元素即将失去焦点时,focusout 事件被触发。focusout 事件和 <a href="https://developer.mozilla.org/zh-CN/docs/Web/Events/blur">blur</a> 事件之间的主要区别在于后者不会冒泡。</p>