aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/_redirects.txt3
-rw-r--r--files/ja/_wikihistory.json42
-rw-r--r--files/ja/orphaned/web/api/parentnode/index.html (renamed from files/ja/web/api/parentnode/index.html)3
-rw-r--r--files/ja/orphaned/web/api/parentnode/queryselectorall/index.html (renamed from files/ja/web/api/parentnode/queryselectorall/index.html)3
-rw-r--r--files/ja/orphaned/web/api/svgtransformable/index.html (renamed from files/ja/web/api/svgtransformable/index.html)3
5 files changed, 30 insertions, 24 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt
index a8e22c8ad2..2fa5b8c063 100644
--- a/files/ja/_redirects.txt
+++ b/files/ja/_redirects.txt
@@ -3914,10 +3914,12 @@
/ja/docs/Web/API/Node/prefix /ja/docs/conflicting/Web/API/Element/prefix
/ja/docs/Web/API/NodeList.item /ja/docs/Web/API/NodeList/item
/ja/docs/Web/API/NonDocumentTypeChildNode /ja/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e
+/ja/docs/Web/API/ParentNode /ja/docs/orphaned/Web/API/ParentNode
/ja/docs/Web/API/ParentNode/append /ja/docs/orphaned/Web/API/ParentNode/append
/ja/docs/Web/API/ParentNode/childElementCount /ja/docs/Web/API/Element/childElementCount
/ja/docs/Web/API/ParentNode/children /ja/docs/orphaned/Web/API/ParentNode/children
/ja/docs/Web/API/ParentNode/prepend /ja/docs/orphaned/Web/API/ParentNode/prepend
+/ja/docs/Web/API/ParentNode/querySelectorAll /ja/docs/orphaned/Web/API/ParentNode/querySelectorAll
/ja/docs/Web/API/Position /ja/docs/Web/API/GeolocationPosition
/ja/docs/Web/API/PositionError /ja/docs/Web/API/GeolocationPositionError
/ja/docs/Web/API/Push_API/Using_the_Push_API /ja/docs/Web/API/Push_API
@@ -3935,6 +3937,7 @@
/ja/docs/Web/API/Range1/startOffset /ja/docs/Web/API/Range/startOffset
/ja/docs/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController /ja/docs/orphaned/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController
/ja/docs/Web/API/Response/useFinalURL /ja/docs/orphaned/Web/API/Response/useFinalURL
+/ja/docs/Web/API/SVGTransformable /ja/docs/orphaned/Web/API/SVGTransformable
/ja/docs/Web/API/ServiceWorker_API /ja/docs/Web/API/Service_Worker_API
/ja/docs/Web/API/ServiceWorker_API/Using_Service_Workers /ja/docs/Web/API/Service_Worker_API/Using_Service_Workers
/ja/docs/Web/API/Slotable /ja/docs/conflicting/Web/API/Element
diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json
index 6db84c83a7..36ccd3a7fd 100644
--- a/files/ja/_wikihistory.json
+++ b/files/ja/_wikihistory.json
@@ -20080,21 +20080,6 @@
"toyakun"
]
},
- "Web/API/ParentNode": {
- "modified": "2020-11-23T03:46:53.867Z",
- "contributors": [
- "segayuu",
- "yyss",
- "Marsf",
- "YuichiNukiyama"
- ]
- },
- "Web/API/ParentNode/querySelectorAll": {
- "modified": "2020-10-15T22:26:50.502Z",
- "contributors": [
- "mfuji09"
- ]
- },
"Web/API/Path2D": {
"modified": "2019-03-23T22:54:51.617Z",
"contributors": [
@@ -21460,12 +21445,6 @@
"ethertank"
]
},
- "Web/API/SVGTransformable": {
- "modified": "2020-10-15T22:33:03.508Z",
- "contributors": [
- "eltociear"
- ]
- },
"Web/API/Screen": {
"modified": "2020-10-15T21:33:04.698Z",
"contributors": [
@@ -52522,6 +52501,15 @@
"Wind1808"
]
},
+ "orphaned/Web/API/ParentNode": {
+ "modified": "2020-11-23T03:46:53.867Z",
+ "contributors": [
+ "segayuu",
+ "yyss",
+ "Marsf",
+ "YuichiNukiyama"
+ ]
+ },
"orphaned/Web/API/ParentNode/append": {
"modified": "2020-10-15T22:19:11.886Z",
"contributors": [
@@ -52544,6 +52532,12 @@
"silverskyvicto"
]
},
+ "orphaned/Web/API/ParentNode/querySelectorAll": {
+ "modified": "2020-10-15T22:26:50.502Z",
+ "contributors": [
+ "mfuji09"
+ ]
+ },
"orphaned/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController": {
"modified": "2020-10-15T22:26:44.153Z",
"contributors": [
@@ -52556,6 +52550,12 @@
"eltociear"
]
},
+ "orphaned/Web/API/SVGTransformable": {
+ "modified": "2020-10-15T22:33:03.508Z",
+ "contributors": [
+ "eltociear"
+ ]
+ },
"orphaned/Web/API/UserProximityEvent/near": {
"modified": "2020-10-15T21:22:30.707Z",
"contributors": [
diff --git a/files/ja/web/api/parentnode/index.html b/files/ja/orphaned/web/api/parentnode/index.html
index f955ffc6c7..5d1ec6c97e 100644
--- a/files/ja/web/api/parentnode/index.html
+++ b/files/ja/orphaned/web/api/parentnode/index.html
@@ -1,6 +1,6 @@
---
title: ParentNode
-slug: Web/API/ParentNode
+slug: orphaned/Web/API/ParentNode
tags:
- API
- DOM
@@ -17,6 +17,7 @@ tags:
- Reference
- Selectors
translation_of: Web/API/ParentNode
+original_slug: Web/API/ParentNode
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/ja/web/api/parentnode/queryselectorall/index.html b/files/ja/orphaned/web/api/parentnode/queryselectorall/index.html
index 5a2673cc6b..de66ebb363 100644
--- a/files/ja/web/api/parentnode/queryselectorall/index.html
+++ b/files/ja/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
@@ -15,6 +15,7 @@ tags:
- Selectors
- querySelectorAll
translation_of: Web/API/ParentNode/querySelectorAll
+original_slug: Web/API/ParentNode/querySelectorAll
---
<div>{{ApiRef("DOM")}}</div>
diff --git a/files/ja/web/api/svgtransformable/index.html b/files/ja/orphaned/web/api/svgtransformable/index.html
index 5683065157..5c69dccf39 100644
--- a/files/ja/web/api/svgtransformable/index.html
+++ b/files/ja/orphaned/web/api/svgtransformable/index.html
@@ -1,6 +1,6 @@
---
title: SVGTransformable
-slug: Web/API/SVGTransformable
+slug: orphaned/Web/API/SVGTransformable
tags:
- API
- NeedsExample
@@ -9,6 +9,7 @@ tags:
- SVG
- SVG DOM
translation_of: Web/API/SVGTransformable
+original_slug: Web/API/SVGTransformable
---
<div>{{APIRef("SVG")}}</div>