diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-09 14:10:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 14:10:46 +0900 |
commit | 7442d1ef04ccd872c87255744ea62c5f59a6c637 (patch) | |
tree | 076b7bce47e90d20e7bcc706a21f7c6f17fca8c2 /files/ja/conflicting | |
parent | ab0ea50da6826c733c5fd9ebfed453d07b558fda (diff) | |
download | translated-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/ja/conflicting')
-rw-r--r-- | files/ja/conflicting/web/api/window/moveto/index.html | 12 |
1 files changed, 0 insertions, 12 deletions
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> |