aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlelement
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/web/api/htmlelement
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
Diffstat (limited to 'files/zh-cn/web/api/htmlelement')
-rw-r--r--files/zh-cn/web/api/htmlelement/accesskey/index.html3
-rw-r--r--files/zh-cn/web/api/htmlelement/animationend_event/index.html3
-rw-r--r--files/zh-cn/web/api/htmlelement/animationstart_event/index.html3
-rw-r--r--files/zh-cn/web/api/htmlelement/change_event/index.html3
-rw-r--r--files/zh-cn/web/api/htmlelement/innertext/index.html3
-rw-r--r--files/zh-cn/web/api/htmlelement/input_event/index.html3
-rw-r--r--files/zh-cn/web/api/htmlelement/transitionend_event/index.html3
7 files changed, 14 insertions, 7 deletions
diff --git a/files/zh-cn/web/api/htmlelement/accesskey/index.html b/files/zh-cn/web/api/htmlelement/accesskey/index.html
index 4f76e7f784..832396ac33 100644
--- a/files/zh-cn/web/api/htmlelement/accesskey/index.html
+++ b/files/zh-cn/web/api/htmlelement/accesskey/index.html
@@ -1,12 +1,13 @@
---
title: Element.accessKey
-slug: Web/API/Element/accessKey
+slug: Web/API/HTMLElement/accessKey
tags:
- API接口
- 属性
- 需要丰富内容
translation_of: Web/API/HTMLElement/accessKey
translation_of_original: Web/API/Element/accessKey
+original_slug: Web/API/Element/accessKey
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/zh-cn/web/api/htmlelement/animationend_event/index.html b/files/zh-cn/web/api/htmlelement/animationend_event/index.html
index cb701ac392..85c1303f28 100644
--- a/files/zh-cn/web/api/htmlelement/animationend_event/index.html
+++ b/files/zh-cn/web/api/htmlelement/animationend_event/index.html
@@ -1,6 +1,6 @@
---
title: animationend
-slug: Web/Events/animationend
+slug: Web/API/HTMLElement/animationend_event
tags:
- Animation
- AnimationEvent
@@ -10,6 +10,7 @@ tags:
- Reference
- animationend
translation_of: Web/API/HTMLElement/animationend_event
+original_slug: Web/Events/animationend
---
<p><code>animationend</code> 事件会在一个 CSS 动画完成时触发(不包括完成前就已终止的情况,例如元素变得不可见或者动画从元素中移除)。</p>
diff --git a/files/zh-cn/web/api/htmlelement/animationstart_event/index.html b/files/zh-cn/web/api/htmlelement/animationstart_event/index.html
index 53929bfb0d..3f2092239a 100644
--- a/files/zh-cn/web/api/htmlelement/animationstart_event/index.html
+++ b/files/zh-cn/web/api/htmlelement/animationstart_event/index.html
@@ -1,6 +1,6 @@
---
title: animationstart
-slug: Web/Events/animationstart
+slug: Web/API/HTMLElement/animationstart_event
tags:
- Animation
- AnimationEvent
@@ -10,6 +10,7 @@ tags:
- Reference
- animationstart
translation_of: Web/API/HTMLElement/animationstart_event
+original_slug: Web/Events/animationstart
---
<p><code>animationstart</code> 事件会在 CSS 动画开始时触发。 如果有 <code>animation-delay</code> 延时,事件会在延迟时效过后立即触发。为负数的延时时长会致使事件被触发时事件的 <code>elapsedTime</code> 属性值等于该时长的绝对值(并且,相应地,动画将直接播放该时长绝对值之后的动画)。</p>
diff --git a/files/zh-cn/web/api/htmlelement/change_event/index.html b/files/zh-cn/web/api/htmlelement/change_event/index.html
index 6a997fc430..d1e5766eeb 100644
--- a/files/zh-cn/web/api/htmlelement/change_event/index.html
+++ b/files/zh-cn/web/api/htmlelement/change_event/index.html
@@ -1,6 +1,6 @@
---
title: change
-slug: Web/Events/change
+slug: Web/API/HTMLElement/change_event
tags:
- Change
- HTML
@@ -10,6 +10,7 @@ tags:
- 事件
- 参考
translation_of: Web/API/HTMLElement/change_event
+original_slug: Web/Events/change
---
<p>{{APIRef}}</p>
diff --git a/files/zh-cn/web/api/htmlelement/innertext/index.html b/files/zh-cn/web/api/htmlelement/innertext/index.html
index 3062dda65f..723d09779e 100644
--- a/files/zh-cn/web/api/htmlelement/innertext/index.html
+++ b/files/zh-cn/web/api/htmlelement/innertext/index.html
@@ -1,6 +1,6 @@
---
title: HTMLElement.innerText
-slug: Web/API/Node/innerText
+slug: Web/API/HTMLElement/innerText
tags:
- API
- DOM
@@ -10,6 +10,7 @@ tags:
- 参考
- 属性
translation_of: Web/API/HTMLElement/innerText
+original_slug: Web/API/Node/innerText
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/zh-cn/web/api/htmlelement/input_event/index.html b/files/zh-cn/web/api/htmlelement/input_event/index.html
index 7ee1b98ad5..12164b4ed4 100644
--- a/files/zh-cn/web/api/htmlelement/input_event/index.html
+++ b/files/zh-cn/web/api/htmlelement/input_event/index.html
@@ -1,6 +1,6 @@
---
title: input
-slug: Web/Events/input
+slug: Web/API/HTMLElement/input_event
tags:
- HTML DOM
- HTMLElement
@@ -10,6 +10,7 @@ tags:
- 表单
- 输入
translation_of: Web/API/HTMLElement/input_event
+original_slug: Web/Events/input
---
<p>{{APIRef}}</p>
diff --git a/files/zh-cn/web/api/htmlelement/transitionend_event/index.html b/files/zh-cn/web/api/htmlelement/transitionend_event/index.html
index f79db8503a..a89b39de86 100644
--- a/files/zh-cn/web/api/htmlelement/transitionend_event/index.html
+++ b/files/zh-cn/web/api/htmlelement/transitionend_event/index.html
@@ -1,7 +1,8 @@
---
title: transitionend
-slug: Web/Events/transitionend
+slug: Web/API/HTMLElement/transitionend_event
translation_of: Web/API/HTMLElement/transitionend_event
+original_slug: Web/Events/transitionend
---
<div>{{APIRef}}</div>