From 7442d1ef04ccd872c87255744ea62c5f59a6c637 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 9 Aug 2021 14:10:46 +0900 Subject: conflicting/Web/API/Window/moveTo を削除 (#1848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * conflicting/Web/API/Window/moveTo を削除 - conflicting 版は標準化前の古い API についての記述であるため削除 --- files/ja/_redirects.txt | 2 +- files/ja/_wikihistory.json | 6 ------ files/ja/conflicting/web/api/window/moveto/index.html | 12 ------------ 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 files/ja/conflicting/web/api/window/moveto/index.html 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 ---- -

{{APIRef}}

- -

このメソッドは現在動作していませんが、代わりに次のメソッドを利用することができます:

- -

window.moveTo(window.screenX, window.screenY);

-- cgit v1.2.3-54-g00ecf