aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-04-21 00:11:44 +0000
committerMDN <actions@users.noreply.github.com>2021-04-21 00:11:44 +0000
commitde630426a538c1f77d7c59e66827cb75693ed95b (patch)
treeff14c2d2677ed2137a84d3c322fa2f62e206e63a /files/zh-cn
parentd7a27823444dc11c7ff40ca63a78b3b37ab82837 (diff)
downloadtranslated-content-de630426a538c1f77d7c59e66827cb75693ed95b.tar.gz
translated-content-de630426a538c1f77d7c59e66827cb75693ed95b.tar.bz2
translated-content-de630426a538c1f77d7c59e66827cb75693ed95b.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/_redirects.txt10
-rw-r--r--files/zh-cn/_wikihistory.json110
-rw-r--r--files/zh-cn/orphaned/web/api/detecting_device_orientation/index.html (renamed from files/zh-cn/web/api/detecting_device_orientation/index.html)3
-rw-r--r--files/zh-cn/orphaned/web/api/document_object_model/events/index.html (renamed from files/zh-cn/web/api/document_object_model/events/index.html)3
-rw-r--r--files/zh-cn/orphaned/web/guide/events/event_handlers/index.html (renamed from files/zh-cn/web/guide/events/event_handlers/index.html)3
-rw-r--r--files/zh-cn/orphaned/web/guide/events/index.html (renamed from files/zh-cn/web/guide/events/index.html)3
-rw-r--r--files/zh-cn/orphaned/web/guide/events/orientation_and_motion_data_explained/index.html (renamed from files/zh-cn/web/guide/events/orientation_and_motion_data_explained/index.html)3
-rw-r--r--files/zh-cn/orphaned/web/guide/events/overview_of_events_and_handlers/index.html (renamed from files/zh-cn/web/guide/events/overview_of_events_and_handlers/index.html)3
8 files changed, 75 insertions, 63 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt
index 76db9cbba2..682aa37417 100644
--- a/files/zh-cn/_redirects.txt
+++ b/files/zh-cn/_redirects.txt
@@ -592,7 +592,7 @@
/zh-CN/docs/DOM:window.onresize /zh-CN/docs/Web/API/GlobalEventHandlers/onresize
/zh-CN/docs/DOM:window.open /zh-CN/docs/Web/API/Window/open
/zh-CN/docs/DOM:window.openDialog /zh-CN/docs/Web/API/Window/openDialog
-/zh-CN/docs/Detecting_device_orientation /zh-CN/docs/Web/API/Detecting_device_orientation
+/zh-CN/docs/Detecting_device_orientation /zh-CN/docs/orphaned/Web/API/Detecting_device_orientation
/zh-CN/docs/Developer_Guide /zh-CN/docs/Mozilla/Developer_guide
/zh-CN/docs/Developer_Guide/Adding_APIs_to_the_navigator_object /zh-CN/docs/Mozilla/Developer_guide/Adding_APIs_to_the_navigator_object
/zh-CN/docs/Developer_Guide/Source_Code /zh-CN/docs/Mozilla/Developer_guide/Source_Code
@@ -1477,6 +1477,7 @@
/zh-CN/docs/Web/API/Coordinates/latitude /zh-CN/docs/Web/API/GeolocationCoordinates/latitude
/zh-CN/docs/Web/API/DOMImplementation.createHTMLDocument /zh-CN/docs/Web/API/DOMImplementation/createHTMLDocument
/zh-CN/docs/Web/API/DOMImplementation.hasFeature /zh-CN/docs/Web/API/DOMImplementation/hasFeature
+/zh-CN/docs/Web/API/Detecting_device_orientation /zh-CN/docs/orphaned/Web/API/Detecting_device_orientation
/zh-CN/docs/Web/API/DeviceAcceleration /zh-CN/docs/Web/API/DeviceMotionEventAcceleration
/zh-CN/docs/Web/API/DeviceLightEvent/Using_light_events /zh-CN/docs/Web/API/Ambient_Light_Events
/zh-CN/docs/Web/API/Document.querySelectorAll /zh-CN/docs/Web/API/Document/querySelectorAll
@@ -1501,6 +1502,7 @@
/zh-CN/docs/Web/API/DocumentOrShadowRoot/getSelection /zh-CN/docs/Web/API/Document/getSelection
/zh-CN/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /zh-CN/docs/Web/API/Document/pointerLockElement
/zh-CN/docs/Web/API/DocumentOrShadowRoot/styleSheets /zh-CN/docs/Web/API/Document/styleSheets
+/zh-CN/docs/Web/API/Document_Object_Model/Events /zh-CN/docs/orphaned/Web/API/Document_Object_Model/Events
/zh-CN/docs/Web/API/Document_Object_Model/Preface /zh-CN/docs/conflicting/Web/API/Document_Object_Model
/zh-CN/docs/Web/API/Element.classList /zh-CN/docs/Web/API/Element/classList
/zh-CN/docs/Web/API/Element.className /zh-CN/docs/Web/API/Element/className
@@ -2264,11 +2266,15 @@
/zh-CN/docs/Web/Guide/CSS/媒体查询 /zh-CN/docs/Web/CSS/Media_Queries/Using_media_queries
/zh-CN/docs/Web/Guide/DOM /zh-CN/docs/conflicting/Web/API/Document_Object_Model_dd00a71ceceac547ab464128db6bd8ef
/zh-CN/docs/Web/Guide/DOM/Whitespace_in_the_DOM /zh-CN/docs/Web/API/Document_Object_Model/Whitespace
+/zh-CN/docs/Web/Guide/Events /zh-CN/docs/orphaned/Web/Guide/Events
/zh-CN/docs/Web/Guide/Events/Creating_and_triggering_events /zh-CN/docs/orphaned/Web/Guide/Events/Creating_and_triggering_events
+/zh-CN/docs/Web/Guide/Events/Event_handlers /zh-CN/docs/orphaned/Web/Guide/Events/Event_handlers
/zh-CN/docs/Web/Guide/Events/Media_events /zh-CN/docs/orphaned/Web/Guide/Events/Media_events
/zh-CN/docs/Web/Guide/Events/Mutation_events /zh-CN/docs/orphaned/Web/Guide/Events/Mutation_events
+/zh-CN/docs/Web/Guide/Events/Orientation_and_motion_data_explained /zh-CN/docs/orphaned/Web/Guide/Events/Orientation_and_motion_data_explained
+/zh-CN/docs/Web/Guide/Events/Overview_of_Events_and_Handlers /zh-CN/docs/orphaned/Web/Guide/Events/Overview_of_Events_and_Handlers
/zh-CN/docs/Web/Guide/Events/Touch_events /zh-CN/docs/Web/API/Touch_events
-/zh-CN/docs/Web/Guide/Events/事件回调 /zh-CN/docs/Web/Guide/Events/Event_handlers
+/zh-CN/docs/Web/Guide/Events/事件回调 /zh-CN/docs/orphaned/Web/Guide/Events/Event_handlers
/zh-CN/docs/Web/Guide/HTML /zh-CN/docs/Learn/HTML
/zh-CN/docs/Web/Guide/HTML/A_basic_ray-caster /zh-CN/docs/Web/API/Canvas_API/A_basic_ray-caster
/zh-CN/docs/Web/Guide/HTML/Canvas_tutorial /zh-CN/docs/Web/API/Canvas_API/Tutorial
diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json
index 778081b0d1..83e03da7cf 100644
--- a/files/zh-cn/_wikihistory.json
+++ b/files/zh-cn/_wikihistory.json
@@ -9163,17 +9163,6 @@
"Lex.Huang"
]
},
- "Web/API/Detecting_device_orientation": {
- "modified": "2020-10-15T21:21:28.912Z",
- "contributors": [
- "Carllllo",
- "zwcloud",
- "xgqfrms-GitHub",
- "ziyunfei",
- "fancy",
- "princetoad@gmail.com"
- ]
- },
"Web/API/DeviceLightEvent": {
"modified": "2020-10-15T21:34:11.102Z",
"contributors": [
@@ -10393,17 +10382,6 @@
"Xagq123456"
]
},
- "Web/API/Document_Object_Model/Events": {
- "modified": "2019-07-06T03:38:22.874Z",
- "contributors": [
- "ridiculousjam",
- "v-killer",
- "SmallBusy",
- "Noly1990",
- "dongyu063",
- "gavinkwoe"
- ]
- },
"Web/API/Document_Object_Model/Examples": {
"modified": "2019-03-24T00:15:45.643Z",
"contributors": [
@@ -28776,39 +28754,6 @@
"yan"
]
},
- "Web/Guide/Events": {
- "modified": "2019-03-23T23:20:12.541Z",
- "contributors": [
- "Imagine-Tom",
- "tcatche",
- "NoDocCat",
- "Tankunpeng",
- "Jeremie"
- ]
- },
- "Web/Guide/Events/Event_handlers": {
- "modified": "2019-03-23T23:20:11.825Z",
- "contributors": [
- "tcatche",
- "Le-Fu",
- "xgqfrms-GitHub",
- "ziyunfei",
- "Darrel.Hsu"
- ]
- },
- "Web/Guide/Events/Orientation_and_motion_data_explained": {
- "modified": "2019-03-23T23:10:07.666Z",
- "contributors": [
- "fancy"
- ]
- },
- "Web/Guide/Events/Overview_of_Events_and_Handlers": {
- "modified": "2019-03-23T22:51:31.630Z",
- "contributors": [
- "Song2017",
- "FredWe"
- ]
- },
"Web/Guide/Graphics": {
"modified": "2020-12-07T03:47:26.253Z",
"contributors": [
@@ -50798,5 +50743,60 @@
"FredWe",
"ReyCG_sub"
]
+ },
+ "orphaned/Web/API/Detecting_device_orientation": {
+ "modified": "2020-10-15T21:21:28.912Z",
+ "contributors": [
+ "Carllllo",
+ "zwcloud",
+ "xgqfrms-GitHub",
+ "ziyunfei",
+ "fancy",
+ "princetoad@gmail.com"
+ ]
+ },
+ "orphaned/Web/API/Document_Object_Model/Events": {
+ "modified": "2019-07-06T03:38:22.874Z",
+ "contributors": [
+ "ridiculousjam",
+ "v-killer",
+ "SmallBusy",
+ "Noly1990",
+ "dongyu063",
+ "gavinkwoe"
+ ]
+ },
+ "orphaned/Web/Guide/Events/Event_handlers": {
+ "modified": "2019-03-23T23:20:11.825Z",
+ "contributors": [
+ "tcatche",
+ "Le-Fu",
+ "xgqfrms-GitHub",
+ "ziyunfei",
+ "Darrel.Hsu"
+ ]
+ },
+ "orphaned/Web/Guide/Events": {
+ "modified": "2019-03-23T23:20:12.541Z",
+ "contributors": [
+ "Imagine-Tom",
+ "tcatche",
+ "NoDocCat",
+ "Tankunpeng",
+ "Jeremie"
+ ]
+ },
+ "orphaned/Web/Guide/Events/Orientation_and_motion_data_explained": {
+ "modified": "2019-03-23T23:10:07.666Z",
+ "contributors": [
+ "fancy"
+ ]
+ },
+ "orphaned/Web/Guide/Events/Overview_of_Events_and_Handlers": {
+ "modified": "2019-03-23T22:51:31.630Z",
+ "contributors": [
+ "Song2017",
+ "FredWe"
+ ]
}
} \ No newline at end of file
diff --git a/files/zh-cn/web/api/detecting_device_orientation/index.html b/files/zh-cn/orphaned/web/api/detecting_device_orientation/index.html
index d6afcb16f6..84bf547bc9 100644
--- a/files/zh-cn/web/api/detecting_device_orientation/index.html
+++ b/files/zh-cn/orphaned/web/api/detecting_device_orientation/index.html
@@ -1,6 +1,6 @@
---
title: 检测设备方向
-slug: Web/API/Detecting_device_orientation
+slug: orphaned/Web/API/Detecting_device_orientation
tags:
- Detecting
- Detecting device orientation
@@ -11,6 +11,7 @@ tags:
- 移动设备
- 设备方向
translation_of: Web/API/Detecting_device_orientation
+original_slug: Web/API/Detecting_device_orientation
---
<p>{{SeeCompatTable}}</p>
diff --git a/files/zh-cn/web/api/document_object_model/events/index.html b/files/zh-cn/orphaned/web/api/document_object_model/events/index.html
index b2dc638d82..60ab48c450 100644
--- a/files/zh-cn/web/api/document_object_model/events/index.html
+++ b/files/zh-cn/orphaned/web/api/document_object_model/events/index.html
@@ -1,10 +1,11 @@
---
title: 事件及DOM
-slug: Web/API/Document_Object_Model/Events
+slug: orphaned/Web/API/Document_Object_Model/Events
tags:
- DOM
- events
translation_of: Web/API/Document_Object_Model/Events
+original_slug: Web/API/Document_Object_Model/Events
---
<p>{{DefaultAPISidebar("DOM")}}</p>
diff --git a/files/zh-cn/web/guide/events/event_handlers/index.html b/files/zh-cn/orphaned/web/guide/events/event_handlers/index.html
index 279d77159c..52471bde8e 100644
--- a/files/zh-cn/web/guide/events/event_handlers/index.html
+++ b/files/zh-cn/orphaned/web/guide/events/event_handlers/index.html
@@ -1,7 +1,8 @@
---
title: DOM 事件回调
-slug: Web/Guide/Events/Event_handlers
+slug: orphaned/Web/Guide/Events/Event_handlers
translation_of: Web/Guide/Events/Event_handlers
+original_slug: Web/Guide/Events/Event_handlers
---
<h2 id="概要">概要</h2>
diff --git a/files/zh-cn/web/guide/events/index.html b/files/zh-cn/orphaned/web/guide/events/index.html
index e885cdd8b7..1addfdd634 100644
--- a/files/zh-cn/web/guide/events/index.html
+++ b/files/zh-cn/orphaned/web/guide/events/index.html
@@ -1,6 +1,6 @@
---
title: Event developer guide
-slug: Web/Guide/Events
+slug: orphaned/Web/Guide/Events
tags:
- DOM
- Event
@@ -9,6 +9,7 @@ tags:
- NeedsUpdate
- TopicStub
translation_of: Web/Guide/Events
+original_slug: Web/Guide/Events
---
<p>{{draft()}}</p>
diff --git a/files/zh-cn/web/guide/events/orientation_and_motion_data_explained/index.html b/files/zh-cn/orphaned/web/guide/events/orientation_and_motion_data_explained/index.html
index f817c71bab..b3c1f357a0 100644
--- a/files/zh-cn/web/guide/events/orientation_and_motion_data_explained/index.html
+++ b/files/zh-cn/orphaned/web/guide/events/orientation_and_motion_data_explained/index.html
@@ -1,7 +1,8 @@
---
title: Orientation 和 motion 数据解释
-slug: Web/Guide/Events/Orientation_and_motion_data_explained
+slug: orphaned/Web/Guide/Events/Orientation_and_motion_data_explained
translation_of: Web/Guide/Events/Orientation_and_motion_data_explained
+original_slug: Web/Guide/Events/Orientation_and_motion_data_explained
---
<p>{{ Draft() }}</p>
<h2 id="总言" style="line-height: 30px; font-size: 2.14285714285714rem;">总言</h2>
diff --git a/files/zh-cn/web/guide/events/overview_of_events_and_handlers/index.html b/files/zh-cn/orphaned/web/guide/events/overview_of_events_and_handlers/index.html
index 87ddd75dde..88a0ff78ec 100644
--- a/files/zh-cn/web/guide/events/overview_of_events_and_handlers/index.html
+++ b/files/zh-cn/orphaned/web/guide/events/overview_of_events_and_handlers/index.html
@@ -1,7 +1,8 @@
---
title: Overview of Events and Handlers
-slug: Web/Guide/Events/Overview_of_Events_and_Handlers
+slug: orphaned/Web/Guide/Events/Overview_of_Events_and_Handlers
translation_of: Web/Guide/Events/Overview_of_Events_and_Handlers
+original_slug: Web/Guide/Events/Overview_of_Events_and_Handlers
---
<div class="summary">
<p>事件和事件处理的概述解释了用于响应在Web页面时间发生的事件的代码设计模式,并总结了由现代Web浏览器处理的此类事件的类型。</p>