diff options
Diffstat (limited to 'files/ja/web/api/window/screeny/index.html')
-rw-r--r-- | files/ja/web/api/window/screeny/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/window/screeny/index.html b/files/ja/web/api/window/screeny/index.html index 727b447443..3b10d2b446 100644 --- a/files/ja/web/api/window/screeny/index.html +++ b/files/ja/web/api/window/screeny/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Window/screenY <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.screenY </pre> <p>{{ 英語版章題("Parameters") }}</p> @@ -22,7 +22,7 @@ translation_of: Web/API/Window/screenY <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/DOM/window.screenX">window.screenX</a> も参照してください。</p> <p>{{ 英語版章題("Specification") }}</p> <h3 id=".E4.BB.95.E6.A7.98" name=".E4.BB.95.E6.A7.98">仕様</h3> |