aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/_redirects.txt3
-rw-r--r--files/zh-cn/_wikihistory.json58
-rw-r--r--files/zh-cn/orphaned/web/api/parentnode/index.html (renamed from files/zh-cn/web/api/parentnode/index.html)3
-rw-r--r--files/zh-cn/orphaned/web/api/parentnode/queryselector/index.html (renamed from files/zh-cn/web/api/parentnode/queryselector/index.html)3
-rw-r--r--files/zh-cn/orphaned/web/api/parentnode/queryselectorall/index.html (renamed from files/zh-cn/web/api/parentnode/queryselectorall/index.html)3
5 files changed, 38 insertions, 32 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt
index ceb9eba7b1..85ba082b2b 100644
--- a/files/zh-cn/_redirects.txt
+++ b/files/zh-cn/_redirects.txt
@@ -1722,6 +1722,7 @@
/zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling
/zh-CN/docs/Web/API/Notation /zh-CN/docs/orphaned/Web/API/Notation
/zh-CN/docs/Web/API/OfflineAudioContext/complete /zh-CN/docs/Web/API/OfflineAudioContext/complete_event
+/zh-CN/docs/Web/API/ParentNode /zh-CN/docs/orphaned/Web/API/ParentNode
/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
@@ -1732,6 +1733,8 @@
/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/ParentNode/querySelector /zh-CN/docs/orphaned/Web/API/ParentNode/querySelector
+/zh-CN/docs/Web/API/ParentNode/querySelectorAll /zh-CN/docs/orphaned/Web/API/ParentNode/querySelectorAll
/zh-CN/docs/Web/API/ParentNode/replaceChildren /zh-CN/docs/orphaned/Web/API/ParentNode/replaceChildren
/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
diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json
index c660a12326..7a655c3adb 100644
--- a/files/zh-cn/_wikihistory.json
+++ b/files/zh-cn/_wikihistory.json
@@ -18842,35 +18842,6 @@
"Wineki"
]
},
- "Web/API/ParentNode": {
- "modified": "2020-10-15T21:30:05.597Z",
- "contributors": [
- "codingbylch",
- "RainSlide",
- "Aaron-Bird",
- "_sollrei",
- "xgqfrms-GitHub",
- "AlexChao"
- ]
- },
- "Web/API/ParentNode/querySelector": {
- "modified": "2020-10-15T22:11:37.961Z",
- "contributors": [
- "czmecah",
- "guoyi"
- ]
- },
- "Web/API/ParentNode/querySelectorAll": {
- "modified": "2020-12-10T23:19:17.539Z",
- "contributors": [
- "YawnS0",
- "czmecah",
- "RainSlide",
- "hawtim",
- "_sollrei",
- "ZZES_REN"
- ]
- },
"Web/API/Path2D": {
"modified": "2019-03-23T22:53:11.857Z",
"contributors": [
@@ -50431,6 +50402,17 @@
"xiaoxingchi"
]
},
+ "orphaned/Web/API/ParentNode": {
+ "modified": "2020-10-15T21:30:05.597Z",
+ "contributors": [
+ "codingbylch",
+ "RainSlide",
+ "Aaron-Bird",
+ "_sollrei",
+ "xgqfrms-GitHub",
+ "AlexChao"
+ ]
+ },
"orphaned/Web/API/ParentNode/append": {
"modified": "2020-10-15T21:51:11.120Z",
"contributors": [
@@ -50482,6 +50464,24 @@
"maicss"
]
},
+ "orphaned/Web/API/ParentNode/querySelector": {
+ "modified": "2020-10-15T22:11:37.961Z",
+ "contributors": [
+ "czmecah",
+ "guoyi"
+ ]
+ },
+ "orphaned/Web/API/ParentNode/querySelectorAll": {
+ "modified": "2020-12-10T23:19:17.539Z",
+ "contributors": [
+ "YawnS0",
+ "czmecah",
+ "RainSlide",
+ "hawtim",
+ "_sollrei",
+ "ZZES_REN"
+ ]
+ },
"orphaned/Web/API/ParentNode/replaceChildren": {
"modified": "2020-10-15T22:33:59.306Z",
"contributors": [
diff --git a/files/zh-cn/web/api/parentnode/index.html b/files/zh-cn/orphaned/web/api/parentnode/index.html
index 8248512594..c6b9a42c69 100644
--- a/files/zh-cn/web/api/parentnode/index.html
+++ b/files/zh-cn/orphaned/web/api/parentnode/index.html
@@ -1,6 +1,6 @@
---
title: ParentNode
-slug: Web/API/ParentNode
+slug: orphaned/Web/API/ParentNode
tags:
- API
- DOM
@@ -10,6 +10,7 @@ tags:
- 接口
- 节点
translation_of: Web/API/ParentNode
+original_slug: Web/API/ParentNode
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/zh-cn/web/api/parentnode/queryselector/index.html b/files/zh-cn/orphaned/web/api/parentnode/queryselector/index.html
index e5e994c845..7623caa0ba 100644
--- a/files/zh-cn/web/api/parentnode/queryselector/index.html
+++ b/files/zh-cn/orphaned/web/api/parentnode/queryselector/index.html
@@ -1,7 +1,8 @@
---
title: ParentNode.querySelector()
-slug: Web/API/ParentNode/querySelector
+slug: orphaned/Web/API/ParentNode/querySelector
translation_of: Web/API/ParentNode/querySelector
+original_slug: Web/API/ParentNode/querySelector
---
<p>{{APIRef("DOM")}}{{Draft}}</p>
diff --git a/files/zh-cn/web/api/parentnode/queryselectorall/index.html b/files/zh-cn/orphaned/web/api/parentnode/queryselectorall/index.html
index 2f7bc72f71..10936dd5d2 100644
--- a/files/zh-cn/web/api/parentnode/queryselectorall/index.html
+++ b/files/zh-cn/orphaned/web/api/parentnode/queryselectorall/index.html
@@ -1,6 +1,6 @@
---
title: ParentNode.querySelectorAll()
-slug: Web/API/ParentNode/querySelectorAll
+slug: orphaned/Web/API/ParentNode/querySelectorAll
tags:
- API
- DOM
@@ -11,6 +11,7 @@ tags:
- 查找
- 选择器
translation_of: Web/API/ParentNode/querySelectorAll
+original_slug: Web/API/ParentNode/querySelectorAll
---
<div>{{ApiRef("DOM")}}</div>