diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-05-14 00:00:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 00:00:19 +0900 |
commit | 773b963e5762c87361e061900a2f5a8d0d1b646d (patch) | |
tree | 24d988dbdc0fe6293e1d2891c4c1d582b501d7c2 /files/ja/web/api/window/screenx/index.html | |
parent | 9d228b79d4b94dc15c4a7c724354af7812142976 (diff) | |
download | translated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.tar.gz translated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.tar.bz2 translated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.zip |
Learn/Getting_started_with_the_web/CSS_basics を更新 (#674)
- 2021/02/20 時点の英語版に同期
- 原語併記マクロを削除
Diffstat (limited to 'files/ja/web/api/window/screenx/index.html')
-rw-r--r-- | files/ja/web/api/window/screenx/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 <h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3> <p>画面の左端からユーザのブラウザの左端までの水平距離を返します。</p> <p>{{ 英語版章題("Syntax") }}</p> -<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3> +<h3 id="Syntax">構文</h3> <pre class="eval"><i>lLoc</i> = window.screenX </pre> <p>{{ 英語版章題("Parameters") }}</p> @@ -22,7 +22,7 @@ translation_of: Web/API/Window/screenX <li><code>lLoc</code> は、画面の左端からのピクセル数です。</li> </ul> <p>{{ 英語版章題("Notes") }}</p> -<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3> +<h3 id="Notes">注</h3> <p><a href="ja/Window.screenY">window.screenY</a> も参照してください。</p> <p>{{ 英語版章題("Specification") }}</p> <h3 id=".E4.BB.95.E6.A7.98" name=".E4.BB.95.E6.A7.98">仕様</h3> |