aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-23 15:56:32 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-23 15:56:32 +0100
commit3cf10f5483f2abfa4d87b2279967277213e28908 (patch)
treea24048bf04ef74e6c86f2812adb3a8cece185a74 /files/zh-cn
parent05b2650717b84d199f6ebd5df8a8f9d1e3b23f3f (diff)
downloadtranslated-content-3cf10f5483f2abfa4d87b2279967277213e28908.tar.gz
translated-content-3cf10f5483f2abfa4d87b2279967277213e28908.tar.bz2
translated-content-3cf10f5483f2abfa4d87b2279967277213e28908.zip
sync: modify
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/_redirects.txt44
-rw-r--r--files/zh-cn/_wikihistory.json180
-rw-r--r--files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html3
-rw-r--r--files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html4
-rw-r--r--files/zh-cn/web/api/document/activeelement/index.html3
-rw-r--r--files/zh-cn/web/api/element/nextelementsibling/index.html3
-rw-r--r--files/zh-cn/web/api/element/previouselementsibling/index.html3
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/hash/index.html4
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/href/index.html4
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/origin/index.html4
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/password/index.html4
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/pathname/index.html4
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/search/index.html4
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/tostring/index.html4
-rw-r--r--files/zh-cn/web/api/htmlanchorelement/username/index.html4
15 files changed, 144 insertions, 128 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt
index 9a33475883..749c76c805 100644
--- a/files/zh-cn/_redirects.txt
+++ b/files/zh-cn/_redirects.txt
@@ -266,7 +266,7 @@
/zh-CN/docs/DOM/Element.children /zh-CN/docs/Web/API/ParentNode/children
/zh-CN/docs/DOM/Element.firstElementChild /zh-CN/docs/Web/API/ParentNode/firstElementChild
/zh-CN/docs/DOM/Element.lastElementChild /zh-CN/docs/Web/API/ParentNode/lastElementChild
-/zh-CN/docs/DOM/Element.nextElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling
+/zh-CN/docs/DOM/Element.nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling
/zh-CN/docs/DOM/Element.querySelectorAll /zh-CN/docs/Web/API/Element/querySelectorAll
/zh-CN/docs/DOM/EventTarget /zh-CN/docs/Web/API/EventTarget
/zh-CN/docs/DOM/File /zh-CN/docs/Web/API/File
@@ -458,7 +458,7 @@
/zh-CN/docs/DOM/element.onpaste /zh-CN/docs/Web/API/HTMLElement/onpaste
/zh-CN/docs/DOM/element.onscroll /zh-CN/docs/Web/API/GlobalEventHandlers/onscroll
/zh-CN/docs/DOM/element.outerHTML /zh-CN/docs/Web/API/Element/outerHTML
-/zh-CN/docs/DOM/element.previousElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling
+/zh-CN/docs/DOM/element.previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling
/zh-CN/docs/DOM/element.removeAttribute /zh-CN/docs/Web/API/Element/removeAttribute
/zh-CN/docs/DOM/element.setCapture /zh-CN/docs/Web/API/Element/setCapture
/zh-CN/docs/DOM/element.tabIndex /zh-CN/docs/Web/API/HTMLOrForeignElement/tabIndex
@@ -1465,9 +1465,9 @@
/zh-CN/docs/Web/API/CanvasRenderingContext2D.createPattern /zh-CN/docs/Web/API/CanvasRenderingContext2D/createPattern
/zh-CN/docs/Web/API/Canvas_API/Drawing_graphics_with_canvas /zh-CN/docs/conflicting/Web/API/Canvas_API/Tutorial
/zh-CN/docs/Web/API/Channel_Messaging_API/使用_channel_messaging /zh-CN/docs/Web/API/Channel_Messaging_API/Using_channel_messaging
-/zh-CN/docs/Web/API/ChildNode.nextElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling
+/zh-CN/docs/Web/API/ChildNode.nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling
/zh-CN/docs/Web/API/ChildNode.remove /zh-CN/docs/Web/API/ChildNode/remove
-/zh-CN/docs/Web/API/Childnode.previousElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling
+/zh-CN/docs/Web/API/Childnode.previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling
/zh-CN/docs/Web/API/Coordinates /zh-CN/docs/Web/API/GeolocationCoordinates
/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
@@ -1476,7 +1476,6 @@
/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
/zh-CN/docs/Web/API/Document.releaseCapture /zh-CN/docs/Web/API/Document/releaseCapture
-/zh-CN/docs/Web/API/Document/activeElement /en-US/docs/Web/API/DocumentOrShadowRoot/activeElement
/zh-CN/docs/Web/API/Document/async /zh-CN/docs/Web/API/XMLDocument/async
/zh-CN/docs/Web/API/Document/cookie/Simple_document.cookie_framework /zh-CN/docs/orphaned/Web/API/Document/cookie/Simple_document.cookie_framework
/zh-CN/docs/Web/API/Document/defaultView/popstate_event /zh-CN/docs/Web/API/Window/popstate_event
@@ -1494,6 +1493,7 @@
/zh-CN/docs/Web/API/Document/pointerLockElement /zh-CN/docs/Web/API/DocumentOrShadowRoot/pointerLockElement
/zh-CN/docs/Web/API/Document/rouchmove_event /zh-CN/docs/Web/API/Document/touchmove_event
/zh-CN/docs/Web/API/Document/styleSheets /zh-CN/docs/conflicting/Web/API/DocumentOrShadowRoot/styleSheets
+/zh-CN/docs/Web/API/DocumentOrShadowRoot/activeElement /zh-CN/docs/Web/API/Document/activeElement
/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
@@ -1618,6 +1618,15 @@
/zh-CN/docs/Web/API/HTMLFormElement.elements /zh-CN/docs/Web/API/HTMLFormElement/elements
/zh-CN/docs/Web/API/HTMLFormElement.reset /zh-CN/docs/Web/API/HTMLFormElement/reset
/zh-CN/docs/Web/API/HTMLFormElement.submit /zh-CN/docs/Web/API/HTMLFormElement/submit
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils /zh-CN/docs/orphaned/Web/API/HTMLHyperlinkElementUtils
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/hash /zh-CN/docs/Web/API/HTMLAnchorElement/hash
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/href /zh-CN/docs/Web/API/HTMLAnchorElement/href
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/origin /zh-CN/docs/Web/API/HTMLAnchorElement/origin
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/password /zh-CN/docs/Web/API/HTMLAnchorElement/password
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/pathname /zh-CN/docs/Web/API/HTMLAnchorElement/pathname
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/search /zh-CN/docs/Web/API/HTMLAnchorElement/search
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/toString /zh-CN/docs/Web/API/HTMLAnchorElement/toString
+/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/username /zh-CN/docs/Web/API/HTMLAnchorElement/username
/zh-CN/docs/Web/API/HTMLInputElement.mozSetFileNameArray /zh-CN/docs/conflicting/Web/API/HTMLInputElement
/zh-CN/docs/Web/API/HTMLInputElement/mozSetFileNameArray /zh-CN/docs/conflicting/Web/API/HTMLInputElement
/zh-CN/docs/Web/API/HTMLTableElement.deleteTHead /zh-CN/docs/Web/API/HTMLTableElement/deleteTHead
@@ -1699,8 +1708,11 @@
/zh-CN/docs/Web/API/Node/outerText /zh-CN/docs/conflicting/Web/API/HTMLElement/outerText
/zh-CN/docs/Web/API/Node/rootNode /zh-CN/docs/conflicting/Web/API/Node/getRootNode
/zh-CN/docs/Web/API/NodeList.item /zh-CN/docs/Web/API/NodeList/item
-/zh-CN/docs/Web/API/NonDocumentTypeChildNode.nextElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling
-/zh-CN/docs/Web/API/NonDocumentTypeChildNode.previousElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling
+/zh-CN/docs/Web/API/NonDocumentTypeChildNode /zh-CN/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e
+/zh-CN/docs/Web/API/NonDocumentTypeChildNode.nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling
+/zh-CN/docs/Web/API/NonDocumentTypeChildNode.previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling
+/zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling
+/zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling
/zh-CN/docs/Web/API/OfflineAudioContext/complete /zh-CN/docs/Web/API/OfflineAudioContext/complete_event
/zh-CN/docs/Web/API/ParentNode.childElementCount /zh-CN/docs/Web/API/ParentNode/childElementCount
/zh-CN/docs/Web/API/ParentNode.children /zh-CN/docs/Web/API/ParentNode/children
@@ -1757,15 +1769,15 @@
/zh-CN/docs/Web/API/URL.createObjectURL /zh-CN/docs/Web/API/URL/createObjectURL
/zh-CN/docs/Web/API/URL.revokeObjectURL /zh-CN/docs/Web/API/URL/revokeObjectURL
/zh-CN/docs/Web/API/URL/密码 /zh-CN/docs/Web/API/URL/password
-/zh-CN/docs/Web/API/URLUtils /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils
-/zh-CN/docs/Web/API/URLUtils/hash /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/hash
-/zh-CN/docs/Web/API/URLUtils/href /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/href
-/zh-CN/docs/Web/API/URLUtils/origin /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/origin
-/zh-CN/docs/Web/API/URLUtils/password /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/password
-/zh-CN/docs/Web/API/URLUtils/pathname /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/pathname
-/zh-CN/docs/Web/API/URLUtils/search /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/search
-/zh-CN/docs/Web/API/URLUtils/toString /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/toString
-/zh-CN/docs/Web/API/URLUtils/username /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/username
+/zh-CN/docs/Web/API/URLUtils /zh-CN/docs/orphaned/Web/API/HTMLHyperlinkElementUtils
+/zh-CN/docs/Web/API/URLUtils/hash /zh-CN/docs/Web/API/HTMLAnchorElement/hash
+/zh-CN/docs/Web/API/URLUtils/href /zh-CN/docs/Web/API/HTMLAnchorElement/href
+/zh-CN/docs/Web/API/URLUtils/origin /zh-CN/docs/Web/API/HTMLAnchorElement/origin
+/zh-CN/docs/Web/API/URLUtils/password /zh-CN/docs/Web/API/HTMLAnchorElement/password
+/zh-CN/docs/Web/API/URLUtils/pathname /zh-CN/docs/Web/API/HTMLAnchorElement/pathname
+/zh-CN/docs/Web/API/URLUtils/search /zh-CN/docs/Web/API/HTMLAnchorElement/search
+/zh-CN/docs/Web/API/URLUtils/toString /zh-CN/docs/Web/API/HTMLAnchorElement/toString
+/zh-CN/docs/Web/API/URLUtils/username /zh-CN/docs/Web/API/HTMLAnchorElement/username
/zh-CN/docs/Web/API/WebGLRenderingContext/多边形偏移(polygonOffset) /zh-CN/docs/Web/API/WebGLRenderingContext/polygonOffset
/zh-CN/docs/Web/API/WebGL_API/Adding_2D_content_to_a_WebGL_context /zh-CN/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context
/zh-CN/docs/Web/API/WebGL_API/Getting_started_with_WebGL /zh-CN/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL
diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json
index 640813454b..1ff46f4fb5 100644
--- a/files/zh-cn/_wikihistory.json
+++ b/files/zh-cn/_wikihistory.json
@@ -10378,12 +10378,6 @@
"iainreid629"
]
},
- "Web/API/DocumentOrShadowRoot/activeElement": {
- "modified": "2020-11-25T12:38:44.862Z",
- "contributors": [
- "imgss"
- ]
- },
"Web/API/DocumentOrShadowRoot/elementFromPoint": {
"modified": "2020-11-25T12:47:25.249Z",
"contributors": [
@@ -16698,32 +16692,6 @@
"Oswald111"
]
},
- "Web/API/NonDocumentTypeChildNode": {
- "modified": "2020-10-15T21:33:03.603Z",
- "contributors": [
- "RainSlide",
- "teoli"
- ]
- },
- "Web/API/NonDocumentTypeChildNode/nextElementSibling": {
- "modified": "2019-10-05T16:51:15.466Z",
- "contributors": [
- "VictorDu",
- "rguanghui",
- "teoli",
- "khalid32",
- "ziyunfei"
- ]
- },
- "Web/API/NonDocumentTypeChildNode/previousElementSibling": {
- "modified": "2019-10-05T16:54:41.549Z",
- "contributors": [
- "rguanghui",
- "teoli",
- "khalid32",
- "ziyunfei"
- ]
- },
"Web/API/Notation": {
"modified": "2020-10-15T22:20:06.303Z",
"contributors": [
@@ -47526,64 +47494,6 @@
"jinjin"
]
},
- "Web/API/HTMLHyperlinkElementUtils/hash": {
- "modified": "2020-02-24T00:59:03.514Z",
- "contributors": [
- "ikomom",
- "xgqfrms-GitHub"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils/href": {
- "modified": "2019-03-23T22:13:56.960Z",
- "contributors": [
- "xgqfrms-GitHub"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils": {
- "modified": "2020-10-15T21:33:08.803Z",
- "contributors": [
- "RainSlide",
- "AyAmeng",
- "teoli"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils/origin": {
- "modified": "2019-03-23T22:12:28.154Z",
- "contributors": [
- "xgqfrms-GitHub"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils/password": {
- "modified": "2019-03-23T22:12:38.210Z",
- "contributors": [
- "xgqfrms-GitHub"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils/pathname": {
- "modified": "2019-03-23T22:12:27.883Z",
- "contributors": [
- "xgqfrms-GitHub"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils/search": {
- "modified": "2019-03-23T22:16:26.271Z",
- "contributors": [
- "xgqfrms-GitHub",
- "kameii"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils/toString": {
- "modified": "2019-03-23T22:13:59.877Z",
- "contributors": [
- "xgqfrms-GitHub"
- ]
- },
- "Web/API/HTMLHyperlinkElementUtils/username": {
- "modified": "2019-03-23T22:12:31.600Z",
- "contributors": [
- "xgqfrms-GitHub"
- ]
- },
"Web/API/Web_Audio_API/Best_practices": {
"modified": "2020-04-13T06:14:13.545Z",
"contributors": [
@@ -50798,5 +50708,95 @@
"acgeeker",
"alayasix"
]
+ },
+ "Web/API/Document/activeElement": {
+ "modified": "2020-11-25T12:38:44.862Z",
+ "contributors": [
+ "imgss"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/hash": {
+ "modified": "2020-02-24T00:59:03.514Z",
+ "contributors": [
+ "ikomom",
+ "xgqfrms-GitHub"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/href": {
+ "modified": "2019-03-23T22:13:56.960Z",
+ "contributors": [
+ "xgqfrms-GitHub"
+ ]
+ },
+ "orphaned/Web/API/HTMLHyperlinkElementUtils": {
+ "modified": "2020-10-15T21:33:08.803Z",
+ "contributors": [
+ "RainSlide",
+ "AyAmeng",
+ "teoli"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/origin": {
+ "modified": "2019-03-23T22:12:28.154Z",
+ "contributors": [
+ "xgqfrms-GitHub"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/password": {
+ "modified": "2019-03-23T22:12:38.210Z",
+ "contributors": [
+ "xgqfrms-GitHub"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/pathname": {
+ "modified": "2019-03-23T22:12:27.883Z",
+ "contributors": [
+ "xgqfrms-GitHub"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/search": {
+ "modified": "2019-03-23T22:16:26.271Z",
+ "contributors": [
+ "xgqfrms-GitHub",
+ "kameii"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/toString": {
+ "modified": "2019-03-23T22:13:59.877Z",
+ "contributors": [
+ "xgqfrms-GitHub"
+ ]
+ },
+ "Web/API/HTMLAnchorElement/username": {
+ "modified": "2019-03-23T22:12:31.600Z",
+ "contributors": [
+ "xgqfrms-GitHub"
+ ]
+ },
+ "conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e": {
+ "modified": "2020-10-15T21:33:03.603Z",
+ "contributors": [
+ "RainSlide",
+ "teoli"
+ ]
+ },
+ "Web/API/Element/nextElementSibling": {
+ "modified": "2019-10-05T16:51:15.466Z",
+ "contributors": [
+ "VictorDu",
+ "rguanghui",
+ "teoli",
+ "khalid32",
+ "ziyunfei"
+ ]
+ },
+ "Web/API/Element/previousElementSibling": {
+ "modified": "2019-10-05T16:54:41.549Z",
+ "contributors": [
+ "rguanghui",
+ "teoli",
+ "khalid32",
+ "ziyunfei"
+ ]
}
} \ No newline at end of file
diff --git a/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html b/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html
index bdaccbe5fd..54ae327dd2 100644
--- a/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html
+++ b/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html
@@ -1,6 +1,6 @@
---
title: NonDocumentTypeChildNode
-slug: Web/API/NonDocumentTypeChildNode
+slug: conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- 参考
- 接口
translation_of: Web/API/NonDocumentTypeChildNode
+original_slug: Web/API/NonDocumentTypeChildNode
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html
index d6d93674e3..399a1398da 100644
--- a/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html
+++ b/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html
@@ -1,8 +1,8 @@
---
title: URLUtils
-slug: Web/API/HTMLHyperlinkElementUtils
+slug: orphaned/Web/API/HTMLHyperlinkElementUtils
translation_of: Web/API/HTMLHyperlinkElementUtils
-original_slug: Web/API/URLUtils
+original_slug: Web/API/HTMLHyperlinkElementUtils
---
<p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p>
diff --git a/files/zh-cn/web/api/document/activeelement/index.html b/files/zh-cn/web/api/document/activeelement/index.html
index 90b67fbf5c..b4dcc12e11 100644
--- a/files/zh-cn/web/api/document/activeelement/index.html
+++ b/files/zh-cn/web/api/document/activeelement/index.html
@@ -1,7 +1,8 @@
---
title: DocumentOrShadowRoot.activeElement
-slug: Web/API/DocumentOrShadowRoot/activeElement
+slug: Web/API/Document/activeElement
translation_of: Web/API/DocumentOrShadowRoot/activeElement
+original_slug: Web/API/DocumentOrShadowRoot/activeElement
---
<div>{{APIRef("Shadow DOM")}}</div>
diff --git a/files/zh-cn/web/api/element/nextelementsibling/index.html b/files/zh-cn/web/api/element/nextelementsibling/index.html
index a39fd29558..e78b27fe7a 100644
--- a/files/zh-cn/web/api/element/nextelementsibling/index.html
+++ b/files/zh-cn/web/api/element/nextelementsibling/index.html
@@ -1,7 +1,8 @@
---
title: NonDocumentTypeChildNode.nextElementSibling
-slug: Web/API/NonDocumentTypeChildNode/nextElementSibling
+slug: Web/API/Element/nextElementSibling
translation_of: Web/API/NonDocumentTypeChildNode/nextElementSibling
+original_slug: Web/API/NonDocumentTypeChildNode/nextElementSibling
---
<p>{{ gecko_minversion_header("1.9.1") }}</p>
diff --git a/files/zh-cn/web/api/element/previouselementsibling/index.html b/files/zh-cn/web/api/element/previouselementsibling/index.html
index 8c78a68adf..a28170c2bb 100644
--- a/files/zh-cn/web/api/element/previouselementsibling/index.html
+++ b/files/zh-cn/web/api/element/previouselementsibling/index.html
@@ -1,7 +1,8 @@
---
title: NonDocumentTypeChildNode.previousElementSibling
-slug: Web/API/NonDocumentTypeChildNode/previousElementSibling
+slug: Web/API/Element/previousElementSibling
translation_of: Web/API/NonDocumentTypeChildNode/previousElementSibling
+original_slug: Web/API/NonDocumentTypeChildNode/previousElementSibling
---
<p>{{ ApiRef() }}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/hash/index.html b/files/zh-cn/web/api/htmlanchorelement/hash/index.html
index afb17d505e..5f9305da09 100644
--- a/files/zh-cn/web/api/htmlanchorelement/hash/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/hash/index.html
@@ -1,10 +1,10 @@
---
title: HTMLHyperlinkElementUtils.hash
-slug: Web/API/HTMLHyperlinkElementUtils/hash
+slug: Web/API/HTMLAnchorElement/hash
tags:
- HTMLHyperlinkElementUtils.hash
translation_of: Web/API/HTMLHyperlinkElementUtils/hash
-original_slug: Web/API/URLUtils/hash
+original_slug: Web/API/HTMLHyperlinkElementUtils/hash
---
<p>{{ APIRef("URLUtils") }}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/href/index.html b/files/zh-cn/web/api/htmlanchorelement/href/index.html
index dd9cbd64f3..7992047bcd 100644
--- a/files/zh-cn/web/api/htmlanchorelement/href/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/href/index.html
@@ -1,10 +1,10 @@
---
title: HTMLHyperlinkElementUtils.href
-slug: Web/API/HTMLHyperlinkElementUtils/href
+slug: Web/API/HTMLAnchorElement/href
tags:
- HTMLHyperlinkElementUtils.href
translation_of: Web/API/HTMLHyperlinkElementUtils/href
-original_slug: Web/API/URLUtils/href
+original_slug: Web/API/HTMLHyperlinkElementUtils/href
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/origin/index.html b/files/zh-cn/web/api/htmlanchorelement/origin/index.html
index 6b1eb90cda..715815c0a0 100644
--- a/files/zh-cn/web/api/htmlanchorelement/origin/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/origin/index.html
@@ -1,10 +1,10 @@
---
title: HTMLHyperlinkElementUtils.origin
-slug: Web/API/HTMLHyperlinkElementUtils/origin
+slug: Web/API/HTMLAnchorElement/origin
tags:
- HTMLHyperlinkElementUtils.origin
translation_of: Web/API/HTMLHyperlinkElementUtils/origin
-original_slug: Web/API/URLUtils/origin
+original_slug: Web/API/HTMLHyperlinkElementUtils/origin
---
<p>{{APIRef("URL API")}}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/password/index.html b/files/zh-cn/web/api/htmlanchorelement/password/index.html
index 0358323ce9..7f7160aedb 100644
--- a/files/zh-cn/web/api/htmlanchorelement/password/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/password/index.html
@@ -1,10 +1,10 @@
---
title: HTMLHyperlinkElementUtils.password
-slug: Web/API/HTMLHyperlinkElementUtils/password
+slug: Web/API/HTMLAnchorElement/password
tags:
- HTMLHyperlinkElementUtils.password
translation_of: Web/API/HTMLHyperlinkElementUtils/password
-original_slug: Web/API/URLUtils/password
+original_slug: Web/API/HTMLHyperlinkElementUtils/password
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/pathname/index.html b/files/zh-cn/web/api/htmlanchorelement/pathname/index.html
index 95ceda3636..86ccbfe78c 100644
--- a/files/zh-cn/web/api/htmlanchorelement/pathname/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/pathname/index.html
@@ -1,10 +1,10 @@
---
title: HTMLHyperlinkElementUtils.pathname
-slug: Web/API/HTMLHyperlinkElementUtils/pathname
+slug: Web/API/HTMLAnchorElement/pathname
tags:
- HTMLHyperlinkElementUtils.pathname
translation_of: Web/API/HTMLHyperlinkElementUtils/pathname
-original_slug: Web/API/URLUtils/pathname
+original_slug: Web/API/HTMLHyperlinkElementUtils/pathname
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/search/index.html b/files/zh-cn/web/api/htmlanchorelement/search/index.html
index 1fc142cc1f..67b868a075 100644
--- a/files/zh-cn/web/api/htmlanchorelement/search/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/search/index.html
@@ -1,10 +1,10 @@
---
title: HTMLHyperlinkElementUtils.search
-slug: Web/API/HTMLHyperlinkElementUtils/search
+slug: Web/API/HTMLAnchorElement/search
tags:
- HTMLHyperlinkElementUtils.search
translation_of: Web/API/HTMLHyperlinkElementUtils/search
-original_slug: Web/API/URLUtils/search
+original_slug: Web/API/HTMLHyperlinkElementUtils/search
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/tostring/index.html b/files/zh-cn/web/api/htmlanchorelement/tostring/index.html
index 1bffe5100b..3504debe75 100644
--- a/files/zh-cn/web/api/htmlanchorelement/tostring/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/tostring/index.html
@@ -1,11 +1,11 @@
---
title: HTMLHyperlinkElementUtils.toString()
-slug: Web/API/HTMLHyperlinkElementUtils/toString
+slug: Web/API/HTMLAnchorElement/toString
tags:
- HTMLHyperlinkElementUtils.toString()
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/toString
-original_slug: Web/API/URLUtils/toString
+original_slug: Web/API/HTMLHyperlinkElementUtils/toString
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/zh-cn/web/api/htmlanchorelement/username/index.html b/files/zh-cn/web/api/htmlanchorelement/username/index.html
index f7a9df9f66..e5efbcc828 100644
--- a/files/zh-cn/web/api/htmlanchorelement/username/index.html
+++ b/files/zh-cn/web/api/htmlanchorelement/username/index.html
@@ -1,10 +1,10 @@
---
title: HTMLHyperlinkElementUtils.username
-slug: Web/API/HTMLHyperlinkElementUtils/username
+slug: Web/API/HTMLAnchorElement/username
tags:
- HTMLHyperlinkElementUtils.username
translation_of: Web/API/HTMLHyperlinkElementUtils/username
-original_slug: Web/API/URLUtils/username
+original_slug: Web/API/HTMLHyperlinkElementUtils/username
---
<p>{{ApiRef("URL API")}}</p>