aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/element')
-rw-r--r--files/zh-cn/web/api/element/afterscriptexecute_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/beforescriptexecute_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/blur_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/compositionend_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/compositionstart_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/compositionupdate_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/copy_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/cut_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/domactivate_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/error_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/focus_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/focusout_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/mousewheel_event/index.html3
-rw-r--r--files/zh-cn/web/api/element/paste_event/index.html3
14 files changed, 28 insertions, 14 deletions
diff --git a/files/zh-cn/web/api/element/afterscriptexecute_event/index.html b/files/zh-cn/web/api/element/afterscriptexecute_event/index.html
index b2f4f0d980..bf7f503f53 100644
--- a/files/zh-cn/web/api/element/afterscriptexecute_event/index.html
+++ b/files/zh-cn/web/api/element/afterscriptexecute_event/index.html
@@ -1,11 +1,12 @@
---
title: Element:afterscriptexecute 事件
-slug: Web/Events/afterscriptexecute
+slug: Web/API/Element/afterscriptexecute_event
tags:
- 事件
- 参考
- 非标准
translation_of: Web/API/Element/afterscriptexecute_event
+original_slug: Web/Events/afterscriptexecute
---
<div>{{APIRef}}</div>
diff --git a/files/zh-cn/web/api/element/beforescriptexecute_event/index.html b/files/zh-cn/web/api/element/beforescriptexecute_event/index.html
index 00aa4120c1..0097f13ce6 100644
--- a/files/zh-cn/web/api/element/beforescriptexecute_event/index.html
+++ b/files/zh-cn/web/api/element/beforescriptexecute_event/index.html
@@ -1,11 +1,12 @@
---
title: Element:beforescriptexecute 事件
-slug: Web/Events/beforescriptexecute
+slug: Web/API/Element/beforescriptexecute_event
tags:
- DOM
- 参考
- 非标准
translation_of: Web/API/Element/beforescriptexecute_event
+original_slug: Web/Events/beforescriptexecute
---
<div>{{APIRef}}</div>
diff --git a/files/zh-cn/web/api/element/blur_event/index.html b/files/zh-cn/web/api/element/blur_event/index.html
index a57cc5b995..a072ec452b 100644
--- a/files/zh-cn/web/api/element/blur_event/index.html
+++ b/files/zh-cn/web/api/element/blur_event/index.html
@@ -1,7 +1,8 @@
---
title: blur (event)
-slug: Web/Events/blur
+slug: Web/API/Element/blur_event
translation_of: Web/API/Element/blur_event
+original_slug: Web/Events/blur
---
<p>当一个元素失去焦点的时候 blur 事件被触发。它和 <a href="/en-US/docs/Mozilla_event_reference/focusout"><code>focusout</code></a> 事件的主要区别是 focusout 支持冒泡。</p>
diff --git a/files/zh-cn/web/api/element/compositionend_event/index.html b/files/zh-cn/web/api/element/compositionend_event/index.html
index 4a023fc0e5..a6f99fdb23 100644
--- a/files/zh-cn/web/api/element/compositionend_event/index.html
+++ b/files/zh-cn/web/api/element/compositionend_event/index.html
@@ -1,9 +1,10 @@
---
title: compositionend
-slug: Web/Events/compositionend
+slug: Web/API/Element/compositionend_event
tags:
- 事件
translation_of: Web/API/Element/compositionend_event
+original_slug: Web/Events/compositionend
---
<p>当文本段落的组成完成或取消时, compositionend 事件将被触发 (具有特殊字符的触发, 需要一系列键和其他输入, 如语音识别或移动中的字词建议)。</p>
diff --git a/files/zh-cn/web/api/element/compositionstart_event/index.html b/files/zh-cn/web/api/element/compositionstart_event/index.html
index 71aa9f1f0d..3997c0b7b1 100644
--- a/files/zh-cn/web/api/element/compositionstart_event/index.html
+++ b/files/zh-cn/web/api/element/compositionstart_event/index.html
@@ -1,6 +1,6 @@
---
title: compositionstart
-slug: Web/Events/compositionstart
+slug: Web/API/Element/compositionstart_event
tags:
- Element
- Event
@@ -9,6 +9,7 @@ tags:
- 事件
- 参考
translation_of: Web/API/Element/compositionstart_event
+original_slug: Web/Events/compositionstart
---
<p>文本合成系统如 {{glossary("input method editor")}}(即输入法编辑器)开始新的输入合成时会触发 <strong><code>compositionstart</code></strong> 事件。</p>
diff --git a/files/zh-cn/web/api/element/compositionupdate_event/index.html b/files/zh-cn/web/api/element/compositionupdate_event/index.html
index 11952af506..af46b6cfdb 100644
--- a/files/zh-cn/web/api/element/compositionupdate_event/index.html
+++ b/files/zh-cn/web/api/element/compositionupdate_event/index.html
@@ -1,7 +1,8 @@
---
title: compositionupdate
-slug: Web/Events/compositionupdate
+slug: Web/API/Element/compositionupdate_event
translation_of: Web/API/Element/compositionupdate_event
+original_slug: Web/Events/compositionupdate
---
<p><strong><code>compositionupdate</code></strong> 事件触发于字符被输入到一段文字的时候(这些可见字符的输入可能需要一连串的键盘操作、语音识别或者点击输入法的备选词)</p>
diff --git a/files/zh-cn/web/api/element/copy_event/index.html b/files/zh-cn/web/api/element/copy_event/index.html
index ac249f5055..9c705e1de4 100644
--- a/files/zh-cn/web/api/element/copy_event/index.html
+++ b/files/zh-cn/web/api/element/copy_event/index.html
@@ -1,11 +1,12 @@
---
title: copy
-slug: Web/Events/copy
+slug: Web/API/Element/copy_event
tags:
- Clipboard API
- Event
- Reference
translation_of: Web/API/Element/copy_event
+original_slug: Web/Events/copy
---
<p>当用户通过浏览器UI(例如,使用 <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>C</kbd>  键盘快捷方式或从菜单中选择“复制”)启动复制操作并响应允许的{{domxref("Document.execCommand","document.execCommand('copy')")}}调用时触发<code>copy</code>事件。</p>
diff --git a/files/zh-cn/web/api/element/cut_event/index.html b/files/zh-cn/web/api/element/cut_event/index.html
index 48c024451a..ea59997633 100644
--- a/files/zh-cn/web/api/element/cut_event/index.html
+++ b/files/zh-cn/web/api/element/cut_event/index.html
@@ -1,11 +1,12 @@
---
title: cut
-slug: Web/Events/cut
+slug: Web/API/Element/cut_event
tags:
- 事件
- 剪贴板API
- 参考
translation_of: Web/API/Element/cut_event
+original_slug: Web/Events/cut
---
<div class="warning">
<p>This page needs to be updated to match the currently specified behaviour. In the meantime please refer to the specification: <a href="https://www.w3.org/TR/clipboard-apis/#the-paste-action">https://www.w3.org/TR/clipboard-apis/#the-cut-action</a></p>
diff --git a/files/zh-cn/web/api/element/domactivate_event/index.html b/files/zh-cn/web/api/element/domactivate_event/index.html
index 3185540e78..b0f129f8cc 100644
--- a/files/zh-cn/web/api/element/domactivate_event/index.html
+++ b/files/zh-cn/web/api/element/domactivate_event/index.html
@@ -1,11 +1,12 @@
---
title: 'Element: DOMActivate event'
-slug: Web/API/Element/Activate_event
+slug: Web/API/Element/DOMActivate_event
tags:
- API
- 事件
- 参考
translation_of: Web/API/Element/DOMActivate_event
+original_slug: Web/API/Element/Activate_event
---
<p>{{APIRef}}</p>
diff --git a/files/zh-cn/web/api/element/error_event/index.html b/files/zh-cn/web/api/element/error_event/index.html
index 913caf76bf..3d14efef34 100644
--- a/files/zh-cn/web/api/element/error_event/index.html
+++ b/files/zh-cn/web/api/element/error_event/index.html
@@ -1,7 +1,8 @@
---
title: error
-slug: Web/Events/error
+slug: Web/API/Element/error_event
translation_of: Web/API/Element/error_event
+original_slug: Web/Events/error
---
<div>{{APIRef}}</div>
diff --git a/files/zh-cn/web/api/element/focus_event/index.html b/files/zh-cn/web/api/element/focus_event/index.html
index 4a93ee7726..ff4ebf6447 100644
--- a/files/zh-cn/web/api/element/focus_event/index.html
+++ b/files/zh-cn/web/api/element/focus_event/index.html
@@ -1,7 +1,8 @@
---
title: focus
-slug: Web/Events/focus
+slug: Web/API/Element/focus_event
translation_of: Web/API/Element/focus_event
+original_slug: Web/Events/focus
---
<p>focus事件在元素获取焦点时触发. 这个事件和 <a href="/en-US/docs/Mozilla_event_reference/focusin"><code>focusin</code></a> 最大的区别仅仅在于后者会事件冒泡.</p>
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>
diff --git a/files/zh-cn/web/api/element/mousewheel_event/index.html b/files/zh-cn/web/api/element/mousewheel_event/index.html
index 599f17edbb..26649814ed 100644
--- a/files/zh-cn/web/api/element/mousewheel_event/index.html
+++ b/files/zh-cn/web/api/element/mousewheel_event/index.html
@@ -1,7 +1,8 @@
---
title: mousewheel
-slug: Web/Events/mousewheel
+slug: Web/API/Element/mousewheel_event
translation_of: Web/API/Element/mousewheel_event
+original_slug: Web/Events/mousewheel
---
<p>{{ Non-standard_header() }}</p>
diff --git a/files/zh-cn/web/api/element/paste_event/index.html b/files/zh-cn/web/api/element/paste_event/index.html
index 1fb088eddf..e303cd4697 100644
--- a/files/zh-cn/web/api/element/paste_event/index.html
+++ b/files/zh-cn/web/api/element/paste_event/index.html
@@ -1,11 +1,12 @@
---
title: 'Element: paste事件'
-slug: Web/Events/paste
+slug: Web/API/Element/paste_event
tags:
- Clipboard API
- Event
- Reference
translation_of: Web/API/Element/paste_event
+original_slug: Web/Events/paste
---
<p> {{APIRef}}</p>