aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-09 14:10:46 +0900
committerGitHub <noreply@github.com>2021-08-09 14:10:46 +0900
commit7442d1ef04ccd872c87255744ea62c5f59a6c637 (patch)
tree076b7bce47e90d20e7bcc706a21f7c6f17fca8c2 /files
parentab0ea50da6826c733c5fd9ebfed453d07b558fda (diff)
downloadtranslated-content-7442d1ef04ccd872c87255744ea62c5f59a6c637.tar.gz
translated-content-7442d1ef04ccd872c87255744ea62c5f59a6c637.tar.bz2
translated-content-7442d1ef04ccd872c87255744ea62c5f59a6c637.zip
conflicting/Web/API/Window/moveTo を削除 (#1848)
* conflicting/Web/API/Window/moveTo を削除 - conflicting 版は標準化前の古い API についての記述であるため削除
Diffstat (limited to 'files')
-rw-r--r--files/ja/_redirects.txt2
-rw-r--r--files/ja/_wikihistory.json6
-rw-r--r--files/ja/conflicting/web/api/window/moveto/index.html12
3 files changed, 1 insertions, 19 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt
index 71483d41c1..b1b46518a3 100644
--- a/files/ja/_redirects.txt
+++ b/files/ja/_redirects.txt
@@ -3471,7 +3471,7 @@
/ja/docs/Web/API/Window/onmouseup /ja/docs/Web/API/GlobalEventHandlers/onmouseup
/ja/docs/Web/API/Window/onreset /ja/docs/Web/API/GlobalEventHandlers/onreset
/ja/docs/Web/API/Window/onresize /ja/docs/Web/API/GlobalEventHandlers/onresize
-/ja/docs/Web/API/Window/restore /ja/docs/conflicting/Web/API/Window/moveTo
+/ja/docs/Web/API/Window/restore /ja/docs/Web/API/Window/moveTo
/ja/docs/Web/API/Window/setInterval /ja/docs/Web/API/WindowOrWorkerGlobalScope/setInterval
/ja/docs/Web/API/Window/setTimeout /ja/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout
/ja/docs/Web/API/Window/unescape /ja/docs/Web/JavaScript/Reference/Global_Objects/unescape
diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json
index 3d12291c36..ab7e03762d 100644
--- a/files/ja/_wikihistory.json
+++ b/files/ja/_wikihistory.json
@@ -48458,12 +48458,6 @@
"ethertank"
]
},
- "conflicting/Web/API/Window/moveTo": {
- "modified": "2019-03-23T22:33:34.460Z",
- "contributors": [
- "dreissig.jahrhundert"
- ]
- },
"conflicting/Web/API/XRInputSource/handedness": {
"modified": "2020-12-06T13:23:10.937Z",
"contributors": [
diff --git a/files/ja/conflicting/web/api/window/moveto/index.html b/files/ja/conflicting/web/api/window/moveto/index.html
deleted file mode 100644
index 0d540be728..0000000000
--- a/files/ja/conflicting/web/api/window/moveto/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Window.restore()
-slug: conflicting/Web/API/Window/moveTo
-translation_of: Web/API/Window/moveTo
-translation_of_original: Web/API/Window/restore
-original_slug: Web/API/Window/restore
----
-<p>{{APIRef}}</p>
-
-<p>このメソッドは現在動作していませんが、代わりに次のメソッドを利用することができます:</p>
-
-<p>window.moveTo(window.screenX, window.screenY);</p>