diff options
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 3 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 70 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/api/parentnode/append/index.html (renamed from files/zh-cn/web/api/parentnode/append/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/api/parentnode/prepend/index.html (renamed from files/zh-cn/web/api/parentnode/prepend/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/guide/events/creating_and_triggering_events/index.html (renamed from files/zh-cn/web/guide/events/creating_and_triggering_events/index.html) | 3 |
5 files changed, 44 insertions, 38 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 5b42e7ce28..76db9cbba2 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1728,10 +1728,12 @@ /zh-CN/docs/Web/API/ParentNode.children /zh-CN/docs/orphaned/Web/API/ParentNode/children /zh-CN/docs/Web/API/ParentNode.firstElementChild /zh-CN/docs/orphaned/Web/API/ParentNode/firstElementChild /zh-CN/docs/Web/API/ParentNode.lastElementChild /zh-CN/docs/orphaned/Web/API/ParentNode/lastElementChild +/zh-CN/docs/Web/API/ParentNode/append /zh-CN/docs/orphaned/Web/API/ParentNode/append /zh-CN/docs/Web/API/ParentNode/childElementCount /zh-CN/docs/Web/API/Element/childElementCount /zh-CN/docs/Web/API/ParentNode/children /zh-CN/docs/orphaned/Web/API/ParentNode/children /zh-CN/docs/Web/API/ParentNode/firstElementChild /zh-CN/docs/orphaned/Web/API/ParentNode/firstElementChild /zh-CN/docs/Web/API/ParentNode/lastElementChild /zh-CN/docs/orphaned/Web/API/ParentNode/lastElementChild +/zh-CN/docs/Web/API/ParentNode/prepend /zh-CN/docs/orphaned/Web/API/ParentNode/prepend /zh-CN/docs/Web/API/Performance.now() /zh-CN/docs/Web/API/Performance/now /zh-CN/docs/Web/API/Performance/内存 /zh-CN/docs/Web/API/Performance/memory /zh-CN/docs/Web/API/Position /zh-CN/docs/Web/API/GeolocationPosition @@ -2262,6 +2264,7 @@ /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/Creating_and_triggering_events /zh-CN/docs/orphaned/Web/Guide/Events/Creating_and_triggering_events /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/Touch_events /zh-CN/docs/Web/API/Touch_events diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 917102ab9b..778081b0d1 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -16785,23 +16785,6 @@ "AlexChao" ] }, - "Web/API/ParentNode/append": { - "modified": "2020-10-15T21:51:11.120Z", - "contributors": [ - "Ende93", - "zhangchen", - "xgqfrms-GitHub", - "ziyunfei" - ] - }, - "Web/API/ParentNode/prepend": { - "modified": "2020-10-15T21:52:00.307Z", - "contributors": [ - "Ende93", - "zhuangyin", - "maicss" - ] - }, "Web/API/ParentNode/querySelector": { "modified": "2020-10-15T22:11:37.961Z", "contributors": [ @@ -28803,24 +28786,6 @@ "Jeremie" ] }, - "Web/Guide/Events/Creating_and_triggering_events": { - "modified": "2020-05-27T10:29:01.846Z", - "contributors": [ - "Carllllo", - "xingleizhao", - "but0n", - "zhangchen", - "LuSitong", - "Iamxiaozhu", - "ucev", - "xgqfrms-GitHub", - "ZhengYinBo", - "carllx", - "timwangdev", - "FredWe", - "ReyCG_sub" - ] - }, "Web/Guide/Events/Event_handlers": { "modified": "2019-03-23T23:20:11.825Z", "contributors": [ @@ -50798,5 +50763,40 @@ "khalid32", "ziyunfei" ] + }, + "orphaned/Web/API/ParentNode/append": { + "modified": "2020-10-15T21:51:11.120Z", + "contributors": [ + "Ende93", + "zhangchen", + "xgqfrms-GitHub", + "ziyunfei" + ] + }, + "orphaned/Web/API/ParentNode/prepend": { + "modified": "2020-10-15T21:52:00.307Z", + "contributors": [ + "Ende93", + "zhuangyin", + "maicss" + ] + }, + "orphaned/Web/Guide/Events/Creating_and_triggering_events": { + "modified": "2020-05-27T10:29:01.846Z", + "contributors": [ + "Carllllo", + "xingleizhao", + "but0n", + "zhangchen", + "LuSitong", + "Iamxiaozhu", + "ucev", + "xgqfrms-GitHub", + "ZhengYinBo", + "carllx", + "timwangdev", + "FredWe", + "ReyCG_sub" + ] } }
\ No newline at end of file diff --git a/files/zh-cn/web/api/parentnode/append/index.html b/files/zh-cn/orphaned/web/api/parentnode/append/index.html index 247291f59e..6f06f7a420 100644 --- a/files/zh-cn/web/api/parentnode/append/index.html +++ b/files/zh-cn/orphaned/web/api/parentnode/append/index.html @@ -1,6 +1,6 @@ --- title: ParentNode.append() -slug: Web/API/ParentNode/append +slug: orphaned/Web/API/ParentNode/append tags: - API - DOM @@ -8,6 +8,7 @@ tags: - ParentNode - Reference translation_of: Web/API/ParentNode/append +original_slug: Web/API/ParentNode/append --- <div>{{APIRef("DOM")}}</div> diff --git a/files/zh-cn/web/api/parentnode/prepend/index.html b/files/zh-cn/orphaned/web/api/parentnode/prepend/index.html index f5e1a9fb55..c2779973b0 100644 --- a/files/zh-cn/web/api/parentnode/prepend/index.html +++ b/files/zh-cn/orphaned/web/api/parentnode/prepend/index.html @@ -1,6 +1,6 @@ --- title: ParentNode.prepend() -slug: Web/API/ParentNode/prepend +slug: orphaned/Web/API/ParentNode/prepend tags: - API - DOM @@ -11,6 +11,7 @@ tags: - prepend - 方法 translation_of: Web/API/ParentNode/prepend +original_slug: Web/API/ParentNode/prepend --- <div>{{APIRef("DOM")}}</div> diff --git a/files/zh-cn/web/guide/events/creating_and_triggering_events/index.html b/files/zh-cn/orphaned/web/guide/events/creating_and_triggering_events/index.html index 65249da219..dbc0f65c1f 100644 --- a/files/zh-cn/web/guide/events/creating_and_triggering_events/index.html +++ b/files/zh-cn/orphaned/web/guide/events/creating_and_triggering_events/index.html @@ -1,12 +1,13 @@ --- title: 创建和触发 events -slug: Web/Guide/Events/Creating_and_triggering_events +slug: orphaned/Web/Guide/Events/Creating_and_triggering_events tags: - Advanced - DOM - Guide - events translation_of: Web/Guide/Events/Creating_and_triggering_events +original_slug: Web/Guide/Events/Creating_and_triggering_events --- <p>本文演示了如何创建和分派DOM事件。这些事件通常称为<strong>合成事件</strong>,而不是浏览器本身触发的事件。</p> |