From 773b963e5762c87361e061900a2f5a8d0d1b646d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 14 May 2021 00:00:19 +0900 Subject: Learn/Getting_started_with_the_web/CSS_basics を更新 (#674) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除 --- files/ja/web/api/window/screenx/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/window/screenx/index.html') diff --git a/files/ja/web/api/window/screenx/index.html b/files/ja/web/api/window/screenx/index.html index 01ad72c62b..45bfb13f65 100644 --- a/files/ja/web/api/window/screenx/index.html +++ b/files/ja/web/api/window/screenx/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Window/screenX

概要

画面の左端からユーザのブラウザの左端までの水平距離を返します。

{{ 英語版章題("Syntax") }}

-

構文

+

構文

lLoc = window.screenX
 

{{ 英語版章題("Parameters") }}

@@ -22,7 +22,7 @@ translation_of: Web/API/Window/screenX
  • lLoc は、画面の左端からのピクセル数です。
  • {{ 英語版章題("Notes") }}

    -

    注記

    +

    window.screenY も参照してください。

    {{ 英語版章題("Specification") }}

    仕様

    -- cgit v1.2.3-54-g00ecf